Shades of Dolly #ECF474
Tints of Dolly #ECF474
RGB
CMYK
RGB Variations
Color information
#ECF474 (or 0xECF474) is known color: Dolly. HEX triplet: EC, F4 and 74. RGB value is (236,244,116). Sum of RGB (Red+Green+Blue) = 236+244+116=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 244 (95.70% from 255 or 40.94% from 596); Blue value is 116 (45.70% from 255 or 19.46% from 596); Max value from RGB is 244 - color contains mainly: green. Hex color #ECF474 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF474 is #130B8B. Grayscale: #E3E3E3. Windows color (decimal): -1248140 or 7664876. OLE color: 7664876.
HSL color Cylindrical-coordinate representation of color #ECF474: hue angle of 63.75º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ECF474 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 244 | 116 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.04 |
| HSL | 63.75º | 0.85% | 0.71% | - |
| HSV(B) | 63.75º | 0.52% | 0.96% | - |
| XYZ | 70.1 | 83.8 | 29 | - |
| YUV | 227.02 | 65.35 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 244 | 116 | 0.03 | 0 | 0.52 | 0.04 | 63.75 | 0.85 | 0.71 |
| Hex | EC | F4 | 74 | 3 | 0 | 34 | 4 | 40 | 55 | 47 |
| Octal | 354 | 364 | 164 | 3 | 0 | 64 | 4 | 100 | 125 | 107 |
| Binary | 11101100 | 11110100 | 1110100 | 11 | 0 | 110100 | 100 | 1000000 | 1010101 | 1000111 |
Color Harmonies of #ECF474
Complementary color
Monochromatic Colors of #ECF474
Black with #ECF474
Text Example
Text Example
White with #ECF474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF474; }
p { color: rgb(236,244,116); }
H1.HeaderClassName
{
color: #ECF474;
}
.AnyTagClassName
{
color: #ECF474;
}
</style>
background-color css
<style>
a { background-color: #ECF474; }
a { background-color: rgb(236,244,116); }
div.DivClassName
{
background-color: #ECF474;
}
.BgClassName
{
background-color: #ECF474;
}
</style>
border-color css
<style>
span { border-color: #ECF474; }
span { border-color: rgb(236,244,116); }
td.TdClassName
{
border-color: #ECF474;
}
.TagClassName
{
border-color: #ECF474;
}
</style>