Shades of Dolly #ECF276
Tints of Dolly #ECF276
RGB
CMYK
RGB Variations
Color information
#ECF276 (or 0xECF276) is known color: Dolly. HEX triplet: EC, F2 and 76. RGB value is (236,242,118). Sum of RGB (Red+Green+Blue) = 236+242+118=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 242 (94.92% from 255 or 40.60% from 596); Blue value is 118 (46.48% from 255 or 19.80% from 596); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF276 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF276 is #130D89. Grayscale: #E2E2E2. Windows color (decimal): -1248650 or 7795436. OLE color: 7795436.
HSL color Cylindrical-coordinate representation of color #ECF276: hue angle of 62.9º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ECF276 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 118 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.05 |
| HSL | 62.9º | 0.83% | 0.71% | - |
| HSV(B) | 62.9º | 0.51% | 0.95% | - |
| XYZ | 69.61 | 82.65 | 29.42 | - |
| YUV | 226.07 | 67.01 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 118 | 0.02 | 0 | 0.51 | 0.05 | 62.9 | 0.83 | 0.71 |
| Hex | EC | F2 | 76 | 2 | 0 | 33 | 5 | 3F | 53 | 47 |
| Octal | 354 | 362 | 166 | 2 | 0 | 63 | 5 | 77 | 123 | 107 |
| Binary | 11101100 | 11110010 | 1110110 | 10 | 0 | 110011 | 101 | 111111 | 1010011 | 1000111 |
Color Harmonies of #ECF276
Complementary color
Monochromatic Colors of #ECF276
Black with #ECF276
Text Example
Text Example
White with #ECF276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF276; }
p { color: rgb(236,242,118); }
H1.HeaderClassName
{
color: #ECF276;
}
.AnyTagClassName
{
color: #ECF276;
}
</style>
background-color css
<style>
a { background-color: #ECF276; }
a { background-color: rgb(236,242,118); }
div.DivClassName
{
background-color: #ECF276;
}
.BgClassName
{
background-color: #ECF276;
}
</style>
border-color css
<style>
span { border-color: #ECF276; }
span { border-color: rgb(236,242,118); }
td.TdClassName
{
border-color: #ECF276;
}
.TagClassName
{
border-color: #ECF276;
}
</style>