Shades of Dolly #ECF972
Tints of Dolly #ECF972
RGB
CMYK
RGB Variations
Color information
#ECF972 (or 0xECF972) is known color: Dolly. HEX triplet: EC, F9 and 72. RGB value is (236,249,114). Sum of RGB (Red+Green+Blue) = 236+249+114=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 249 (97.66% from 255 or 41.57% from 599); Blue value is 114 (44.92% from 255 or 19.03% from 599); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF972 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF972 is #13068D. Grayscale: #E6E6E6. Windows color (decimal): -1246862 or 7535084. OLE color: 7535084.
HSL color Cylindrical-coordinate representation of color #ECF972: hue angle of 65.78º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ECF972 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 249 | 114 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.02 |
| HSL | 65.78º | 0.92% | 0.71% | - |
| HSV(B) | 65.78º | 0.54% | 0.98% | - |
| XYZ | 71.51 | 86.8 | 28.9 | - |
| YUV | 229.72 | 62.69 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 249 | 114 | 0.05 | 0 | 0.54 | 0.02 | 65.78 | 0.92 | 0.71 |
| Hex | EC | F9 | 72 | 5 | 0 | 36 | 2 | 42 | 5C | 47 |
| Octal | 354 | 371 | 162 | 5 | 0 | 66 | 2 | 102 | 134 | 107 |
| Binary | 11101100 | 11111001 | 1110010 | 101 | 0 | 110110 | 10 | 1000010 | 1011100 | 1000111 |
Color Harmonies of #ECF972
Complementary color
Monochromatic Colors of #ECF972
Black with #ECF972
Text Example
Text Example
White with #ECF972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF972; }
p { color: rgb(236,249,114); }
H1.HeaderClassName
{
color: #ECF972;
}
.AnyTagClassName
{
color: #ECF972;
}
</style>
background-color css
<style>
a { background-color: #ECF972; }
a { background-color: rgb(236,249,114); }
div.DivClassName
{
background-color: #ECF972;
}
.BgClassName
{
background-color: #ECF972;
}
</style>
border-color css
<style>
span { border-color: #ECF972; }
span { border-color: rgb(236,249,114); }
td.TdClassName
{
border-color: #ECF972;
}
.TagClassName
{
border-color: #ECF972;
}
</style>