Shades of Dolly #ECF075
Tints of Dolly #ECF075
RGB
CMYK
RGB Variations
Color information
#ECF075 (or 0xECF075) is known color: Dolly. HEX triplet: EC, F0 and 75. RGB value is (236,240,117). Sum of RGB (Red+Green+Blue) = 236+240+117=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 240 (94.14% from 255 or 40.47% from 593); Blue value is 117 (46.09% from 255 or 19.73% from 593); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF075 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF075 is #130F8A. Grayscale: #E1E1E1. Windows color (decimal): -1249163 or 7729388. OLE color: 7729388.
HSL color Cylindrical-coordinate representation of color #ECF075: hue angle of 61.95º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ECF075 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 117 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.06 |
| HSL | 61.95º | 0.8% | 0.7% | - |
| HSV(B) | 61.95º | 0.51% | 0.94% | - |
| XYZ | 68.96 | 81.44 | 28.91 | - |
| YUV | 224.78 | 67.17 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 117 | 0.02 | 0 | 0.51 | 0.06 | 61.95 | 0.8 | 0.7 |
| Hex | EC | F0 | 75 | 2 | 0 | 33 | 6 | 3E | 50 | 46 |
| Octal | 354 | 360 | 165 | 2 | 0 | 63 | 6 | 76 | 120 | 106 |
| Binary | 11101100 | 11110000 | 1110101 | 10 | 0 | 110011 | 110 | 111110 | 1010000 | 1000110 |
Color Harmonies of #ECF075
Complementary color
Monochromatic Colors of #ECF075
Black with #ECF075
Text Example
Text Example
White with #ECF075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF075; }
p { color: rgb(236,240,117); }
H1.HeaderClassName
{
color: #ECF075;
}
.AnyTagClassName
{
color: #ECF075;
}
</style>
background-color css
<style>
a { background-color: #ECF075; }
a { background-color: rgb(236,240,117); }
div.DivClassName
{
background-color: #ECF075;
}
.BgClassName
{
background-color: #ECF075;
}
</style>
border-color css
<style>
span { border-color: #ECF075; }
span { border-color: rgb(236,240,117); }
td.TdClassName
{
border-color: #ECF075;
}
.TagClassName
{
border-color: #ECF075;
}
</style>