Shades of Dolly #ECF678
Tints of Dolly #ECF678
RGB
CMYK
RGB Variations
Color information
#ECF678 (or 0xECF678) is known color: Dolly. HEX triplet: EC, F6 and 78. RGB value is (236,246,120). Sum of RGB (Red+Green+Blue) = 236+246+120=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 246 (96.48% from 255 or 40.86% from 602); Blue value is 120 (47.27% from 255 or 19.93% from 602); Max value from RGB is 246 - color contains mainly: green. Hex color #ECF678 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF678 is #130987. Grayscale: #E5E5E5. Windows color (decimal): -1247624 or 7927532. OLE color: 7927532.
HSL color Cylindrical-coordinate representation of color #ECF678: hue angle of 64.76º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ECF678 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 246 | 120 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.04 |
| HSL | 64.76º | 0.88% | 0.72% | - |
| HSV(B) | 64.76º | 0.51% | 0.96% | - |
| XYZ | 70.94 | 85.1 | 30.46 | - |
| YUV | 228.65 | 66.69 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 246 | 120 | 0.04 | 0 | 0.51 | 0.04 | 64.76 | 0.88 | 0.72 |
| Hex | EC | F6 | 78 | 4 | 0 | 33 | 4 | 41 | 58 | 48 |
| Octal | 354 | 366 | 170 | 4 | 0 | 63 | 4 | 101 | 130 | 110 |
| Binary | 11101100 | 11110110 | 1111000 | 100 | 0 | 110011 | 100 | 1000001 | 1011000 | 1001000 |
Color Harmonies of #ECF678
Complementary color
Monochromatic Colors of #ECF678
Black with #ECF678
Text Example
Text Example
White with #ECF678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF678; }
p { color: rgb(236,246,120); }
H1.HeaderClassName
{
color: #ECF678;
}
.AnyTagClassName
{
color: #ECF678;
}
</style>
background-color css
<style>
a { background-color: #ECF678; }
a { background-color: rgb(236,246,120); }
div.DivClassName
{
background-color: #ECF678;
}
.BgClassName
{
background-color: #ECF678;
}
</style>
border-color css
<style>
span { border-color: #ECF678; }
span { border-color: rgb(236,246,120); }
td.TdClassName
{
border-color: #ECF678;
}
.TagClassName
{
border-color: #ECF678;
}
</style>