Shades of Dolly #ECF67C
Tints of Dolly #ECF67C
RGB
CMYK
RGB Variations
Color information
#ECF67C (or 0xECF67C) is known color: Dolly. HEX triplet: EC, F6 and 7C. RGB value is (236,246,124). Sum of RGB (Red+Green+Blue) = 236+246+124=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 246 (96.48% from 255 or 40.59% from 606); Blue value is 124 (48.83% from 255 or 20.46% from 606); Max value from RGB is 246 - color contains mainly: green. Hex color #ECF67C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF67C is #130983. Grayscale: #E5E5E5. Windows color (decimal): -1247620 or 8189676. OLE color: 8189676.
HSL color Cylindrical-coordinate representation of color #ECF67C: hue angle of 64.92º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECF67C is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 246 | 124 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.04 |
| HSL | 64.92º | 0.87% | 0.73% | - |
| HSV(B) | 64.92º | 0.5% | 0.96% | - |
| XYZ | 71.19 | 85.2 | 31.76 | - |
| YUV | 229.1 | 68.69 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 246 | 124 | 0.04 | 0 | 0.50 | 0.04 | 64.92 | 0.87 | 0.73 |
| Hex | EC | F6 | 7C | 4 | 0 | 32 | 4 | 41 | 57 | 49 |
| Octal | 354 | 366 | 174 | 4 | 0 | 62 | 4 | 101 | 127 | 111 |
| Binary | 11101100 | 11110110 | 1111100 | 100 | 0 | 110010 | 100 | 1000001 | 1010111 | 1001001 |
Color Harmonies of #ECF67C
Complementary color
Monochromatic Colors of #ECF67C
Black with #ECF67C
Text Example
Text Example
White with #ECF67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF67C; }
p { color: rgb(236,246,124); }
H1.HeaderClassName
{
color: #ECF67C;
}
.AnyTagClassName
{
color: #ECF67C;
}
</style>
background-color css
<style>
a { background-color: #ECF67C; }
a { background-color: rgb(236,246,124); }
div.DivClassName
{
background-color: #ECF67C;
}
.BgClassName
{
background-color: #ECF67C;
}
</style>
border-color css
<style>
span { border-color: #ECF67C; }
span { border-color: rgb(236,246,124); }
td.TdClassName
{
border-color: #ECF67C;
}
.TagClassName
{
border-color: #ECF67C;
}
</style>