Shades of Dolly #ECF178
Tints of Dolly #ECF178
RGB
CMYK
RGB Variations
Color information
#ECF178 (or 0xECF178) is known color: Dolly. HEX triplet: EC, F1 and 78. RGB value is (236,241,120). Sum of RGB (Red+Green+Blue) = 236+241+120=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 241 (94.53% from 255 or 40.37% from 597); Blue value is 120 (47.27% from 255 or 20.10% from 597); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF178 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF178 is #130E87. Grayscale: #E2E2E2. Windows color (decimal): -1248904 or 7926252. OLE color: 7926252.
HSL color Cylindrical-coordinate representation of color #ECF178: hue angle of 62.48º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECF178 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 241 | 120 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.05 |
| HSL | 62.48º | 0.81% | 0.71% | - |
| HSV(B) | 62.48º | 0.5% | 0.95% | - |
| XYZ | 69.44 | 82.1 | 29.96 | - |
| YUV | 225.71 | 68.34 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 241 | 120 | 0.02 | 0 | 0.50 | 0.05 | 62.48 | 0.81 | 0.71 |
| Hex | EC | F1 | 78 | 2 | 0 | 32 | 5 | 3E | 51 | 47 |
| Octal | 354 | 361 | 170 | 2 | 0 | 62 | 5 | 76 | 121 | 107 |
| Binary | 11101100 | 11110001 | 1111000 | 10 | 0 | 110010 | 101 | 111110 | 1010001 | 1000111 |
Color Harmonies of #ECF178
Complementary color
Monochromatic Colors of #ECF178
Black with #ECF178
Text Example
Text Example
White with #ECF178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF178; }
p { color: rgb(236,241,120); }
H1.HeaderClassName
{
color: #ECF178;
}
.AnyTagClassName
{
color: #ECF178;
}
</style>
background-color css
<style>
a { background-color: #ECF178; }
a { background-color: rgb(236,241,120); }
div.DivClassName
{
background-color: #ECF178;
}
.BgClassName
{
background-color: #ECF178;
}
</style>
border-color css
<style>
span { border-color: #ECF178; }
span { border-color: rgb(236,241,120); }
td.TdClassName
{
border-color: #ECF178;
}
.TagClassName
{
border-color: #ECF178;
}
</style>