Shades of Dolly #ECEB74
Tints of Dolly #ECEB74
RGB
CMYK
RGB Variations
Color information
#ECEB74 (or 0xECEB74) is known color: Dolly. HEX triplet: EC, EB and 74. RGB value is (236,235,116). Sum of RGB (Red+Green+Blue) = 236+235+116=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 235 (92.19% from 255 or 40.03% from 587); Blue value is 116 (45.70% from 255 or 19.76% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEB74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECEB74 is #13148B. Grayscale: #DEDEDE. Windows color (decimal): -1250444 or 7662572. OLE color: 7662572.
HSL color Cylindrical-coordinate representation of color #ECEB74: hue angle of 59.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ECEB74 is Cyan = 0, Magento = 0.00, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 235 | 116 | - |
| CMYK | 0 | 0.00 | 0.51 | 0.07 |
| HSL | 59.5º | 0.76% | 0.69% | - |
| HSV(B) | 59.5º | 0.51% | 0.93% | - |
| XYZ | 67.45 | 78.51 | 28.12 | - |
| YUV | 221.73 | 68.33 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 235 | 116 | 0 | 0.00 | 0.51 | 0.07 | 59.5 | 0.76 | 0.69 |
| Hex | EC | EB | 74 | 0 | 0 | 33 | 7 | 3C | 4C | 45 |
| Octal | 354 | 353 | 164 | 0 | 0 | 63 | 7 | 74 | 114 | 105 |
| Binary | 11101100 | 11101011 | 1110100 | 0 | 0 | 110011 | 111 | 111100 | 1001100 | 1000101 |
Color Harmonies of #ECEB74
Complementary color
Monochromatic Colors of #ECEB74
Black with #ECEB74
Text Example
Text Example
White with #ECEB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEB74; }
p { color: rgb(236,235,116); }
H1.HeaderClassName
{
color: #ECEB74;
}
.AnyTagClassName
{
color: #ECEB74;
}
</style>
background-color css
<style>
a { background-color: #ECEB74; }
a { background-color: rgb(236,235,116); }
div.DivClassName
{
background-color: #ECEB74;
}
.BgClassName
{
background-color: #ECEB74;
}
</style>
border-color css
<style>
span { border-color: #ECEB74; }
span { border-color: rgb(236,235,116); }
td.TdClassName
{
border-color: #ECEB74;
}
.TagClassName
{
border-color: #ECEB74;
}
</style>