Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
burlywood | E9BA8E | #E9BA8E | 233, 186, 142 | 91.37, 72.94, 55.69 | 0, 20.17, 39.06, 8.63 | 29.010989010989, 39.055793991416, 91.372549019608 |
Color #e9ba8e is burlywood. In RGB: 91.37, 72.94, 55.69. In CMYK: 0, 20.17, 39.06, 8.63.
div { background: #e9ba8e; color: #000; }
div { background: #e9ba8e; color: #fff; }
div { background: linear-gradient(to bottom, #CC9F74 0%, #FFD6A9 100%); color: #000; }
div { background: linear-gradient(to bottom, #FFD6A9 0%, #CC9F74 100%); color: #000; }
div { background: linear-gradient(to bottom, #CC9F74 0%, #FFD6A9 100%); color: #fff; }
div { background: linear-gradient(to bottom, #FFD6A9 0%, #CC9F74 100%); color: #fff; }
div { border: 1px solid #e9ba8e; }
div { border: 5px solid #e9ba8e; }
div { border: 1px dashed #e9ba8e; }
div { border: 5px dashed #e9ba8e; }
div { border: 1px dotted #e9ba8e; }
div { border: 5px dotted #e9ba8e; }