Shades of Dolly #ECF873
Tints of Dolly #ECF873
RGB
CMYK
RGB Variations
Color information
#ECF873 (or 0xECF873) is known color: Dolly. HEX triplet: EC, F8 and 73. RGB value is (236,248,115). Sum of RGB (Red+Green+Blue) = 236+248+115=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 248 (97.27% from 255 or 41.40% from 599); Blue value is 115 (45.31% from 255 or 19.20% from 599); Max value from RGB is 248 - color contains mainly: green. Hex color #ECF873 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF873 is #13078C. Grayscale: #E5E5E5. Windows color (decimal): -1247117 or 7600364. OLE color: 7600364.
HSL color Cylindrical-coordinate representation of color #ECF873: hue angle of 65.41º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ECF873 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 248 | 115 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.03 |
| HSL | 65.41º | 0.9% | 0.71% | - |
| HSV(B) | 65.41º | 0.54% | 0.97% | - |
| XYZ | 71.25 | 86.21 | 29.1 | - |
| YUV | 229.25 | 63.52 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 248 | 115 | 0.05 | 0 | 0.54 | 0.03 | 65.41 | 0.9 | 0.71 |
| Hex | EC | F8 | 73 | 5 | 0 | 36 | 3 | 41 | 5A | 47 |
| Octal | 354 | 370 | 163 | 5 | 0 | 66 | 3 | 101 | 132 | 107 |
| Binary | 11101100 | 11111000 | 1110011 | 101 | 0 | 110110 | 11 | 1000001 | 1011010 | 1000111 |
Color Harmonies of #ECF873
Complementary color
Monochromatic Colors of #ECF873
Black with #ECF873
Text Example
Text Example
White with #ECF873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF873; }
p { color: rgb(236,248,115); }
H1.HeaderClassName
{
color: #ECF873;
}
.AnyTagClassName
{
color: #ECF873;
}
</style>
background-color css
<style>
a { background-color: #ECF873; }
a { background-color: rgb(236,248,115); }
div.DivClassName
{
background-color: #ECF873;
}
.BgClassName
{
background-color: #ECF873;
}
</style>
border-color css
<style>
span { border-color: #ECF873; }
span { border-color: rgb(236,248,115); }
td.TdClassName
{
border-color: #ECF873;
}
.TagClassName
{
border-color: #ECF873;
}
</style>