#ecbf67 color RGB value is (14, 203, 246).
#ecbf67 hex color red value is 14, green value is 203, and blue value is 246.
Cylindrical-coordinate representations (HSL) of color #ecbf67
hue: 191.12,
saturation: 0.93 and lightness: 0.51.
The process color (four-color CMYK) of #ecbf67 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #ecbf67 is #ff9999. Color #ecbf67 contains mainly RED.
| Color spaces of #ecbf67 | Value |
|---|---|
| RGB | 236, 191, 103 |
| HSL | 0.11, 0.78, 0.66 |
| HSV | 40°, 56°, 93° |
| XYZ | 55.67, 56.08, 20.72 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11101100 | 10111111 | 1100111 |
| Octal | 354 | 277 | 147 |
| Decimal | 236 | 191 | 103 |
| Hex | EC | BF | 67 |
Shades of #ecbf67
Tints of #ecbf67
.mybgColor {background-color: #ecbf67;}
.myforeColor {color: #ecbf67;}
.myborderColor {border:3px solid #ecbf67;}
<p style="color:#ecbf67">Text here</p>
This sample text is styled with the font color #ecbf67. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#ecbf67">Div content here</div>
<div style="border:3px solid #ecbf67">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(236, 191, 103, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #ecbf67; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #ecbf67;
-webkit-box-shadow: 1px 1px 3px #ecbf67;
box-shadow: 1px 1px 3px #ecbf67; }
<p style="text-shadow: 4px 4px 2px rgba(236, 191, 103, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #ecbf67;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #ecbf67;
-webkit-box-shadow: 1px 1px 3px #ecbf67;
box-shadow: 1px 1px 3px #ecbf67;">Div content here</div>
