Shades of Dolly #ECF078
Tints of Dolly #ECF078
RGB
CMYK
RGB Variations
Color information
#ECF078 (or 0xECF078) is known color: Dolly. HEX triplet: EC, F0 and 78. RGB value is (236,240,120). Sum of RGB (Red+Green+Blue) = 236+240+120=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 240 (94.14% from 255 or 40.27% from 596); Blue value is 120 (47.27% from 255 or 20.13% from 596); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF078 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF078 is #130F87. Grayscale: #E1E1E1. Windows color (decimal): -1249160 or 7925996. OLE color: 7925996.
HSL color Cylindrical-coordinate representation of color #ECF078: hue angle of 62º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECF078 is Cyan = 0.02, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 120 | - |
| CMYK | 0.02 | 0 | 0.5 | 0.06 |
| HSL | 62º | 0.8% | 0.71% | - |
| HSV(B) | 62º | 0.5% | 0.94% | - |
| XYZ | 69.14 | 81.51 | 29.86 | - |
| YUV | 225.12 | 68.67 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 120 | 0.02 | 0 | 0.5 | 0.06 | 62 | 0.8 | 0.71 |
| Hex | EC | F0 | 78 | 2 | 0 | 32 | 6 | 3E | 50 | 47 |
| Octal | 354 | 360 | 170 | 2 | 0 | 62 | 6 | 76 | 120 | 107 |
| Binary | 11101100 | 11110000 | 1111000 | 10 | 0 | 110010 | 110 | 111110 | 1010000 | 1000111 |
Color Harmonies of #ECF078
Complementary color
Monochromatic Colors of #ECF078
Black with #ECF078
Text Example
Text Example
White with #ECF078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF078; }
p { color: rgb(236,240,120); }
H1.HeaderClassName
{
color: #ECF078;
}
.AnyTagClassName
{
color: #ECF078;
}
</style>
background-color css
<style>
a { background-color: #ECF078; }
a { background-color: rgb(236,240,120); }
div.DivClassName
{
background-color: #ECF078;
}
.BgClassName
{
background-color: #ECF078;
}
</style>
border-color css
<style>
span { border-color: #ECF078; }
span { border-color: rgb(236,240,120); }
td.TdClassName
{
border-color: #ECF078;
}
.TagClassName
{
border-color: #ECF078;
}
</style>