Shades of Dolly #ECEC75
Tints of Dolly #ECEC75
RGB
CMYK
RGB Variations
Color information
#ECEC75 (or 0xECEC75) is known color: Dolly. HEX triplet: EC, EC and 75. RGB value is (236,236,117). Sum of RGB (Red+Green+Blue) = 236+236+117=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 236 (92.58% from 255 or 40.07% from 589); Blue value is 117 (46.09% from 255 or 19.86% from 589); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECEC75 is #13138A. Grayscale: #DEDEDE. Windows color (decimal): -1250187 or 7728364. OLE color: 7728364.
HSL color Cylindrical-coordinate representation of color #ECEC75: hue angle of 60º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECEC75 is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 236 | 117 | - |
| CMYK | 0 | 0 | 0.50 | 0.07 |
| HSL | 60º | 0.76% | 0.69% | - |
| HSV(B) | 60º | 0.5% | 0.93% | - |
| XYZ | 67.8 | 79.11 | 28.53 | - |
| YUV | 222.43 | 68.5 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 236 | 117 | 0 | 0 | 0.50 | 0.07 | 60 | 0.76 | 0.69 |
| Hex | EC | EC | 75 | 0 | 0 | 32 | 7 | 3C | 4C | 45 |
| Octal | 354 | 354 | 165 | 0 | 0 | 62 | 7 | 74 | 114 | 105 |
| Binary | 11101100 | 11101100 | 1110101 | 0 | 0 | 110010 | 111 | 111100 | 1001100 | 1000101 |
Color Harmonies of #ECEC75
Complementary color
Monochromatic Colors of #ECEC75
Black with #ECEC75
Text Example
Text Example
White with #ECEC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEC75; }
p { color: rgb(236,236,117); }
H1.HeaderClassName
{
color: #ECEC75;
}
.AnyTagClassName
{
color: #ECEC75;
}
</style>
background-color css
<style>
a { background-color: #ECEC75; }
a { background-color: rgb(236,236,117); }
div.DivClassName
{
background-color: #ECEC75;
}
.BgClassName
{
background-color: #ECEC75;
}
</style>
border-color css
<style>
span { border-color: #ECEC75; }
span { border-color: rgb(236,236,117); }
td.TdClassName
{
border-color: #ECEC75;
}
.TagClassName
{
border-color: #ECEC75;
}
</style>