Shades of Dolly #ECF073
Tints of Dolly #ECF073
RGB
CMYK
RGB Variations
Color information
#ECF073 (or 0xECF073) is known color: Dolly. HEX triplet: EC, F0 and 73. RGB value is (236,240,115). Sum of RGB (Red+Green+Blue) = 236+240+115=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 240 (94.14% from 255 or 40.61% from 591); Blue value is 115 (45.31% from 255 or 19.46% from 591); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF073 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF073 is #130F8C. Grayscale: #E1E1E1. Windows color (decimal): -1249165 or 7598316. OLE color: 7598316.
HSL color Cylindrical-coordinate representation of color #ECF073: hue angle of 61.92º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ECF073 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 115 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.06 |
| HSL | 61.92º | 0.81% | 0.7% | - |
| HSV(B) | 61.92º | 0.52% | 0.94% | - |
| XYZ | 68.85 | 81.39 | 28.3 | - |
| YUV | 224.55 | 66.17 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 115 | 0.02 | 0 | 0.52 | 0.06 | 61.92 | 0.81 | 0.7 |
| Hex | EC | F0 | 73 | 2 | 0 | 34 | 6 | 3E | 51 | 46 |
| Octal | 354 | 360 | 163 | 2 | 0 | 64 | 6 | 76 | 121 | 106 |
| Binary | 11101100 | 11110000 | 1110011 | 10 | 0 | 110100 | 110 | 111110 | 1010001 | 1000110 |
Color Harmonies of #ECF073
Complementary color
Monochromatic Colors of #ECF073
Black with #ECF073
Text Example
Text Example
White with #ECF073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF073; }
p { color: rgb(236,240,115); }
H1.HeaderClassName
{
color: #ECF073;
}
.AnyTagClassName
{
color: #ECF073;
}
</style>
background-color css
<style>
a { background-color: #ECF073; }
a { background-color: rgb(236,240,115); }
div.DivClassName
{
background-color: #ECF073;
}
.BgClassName
{
background-color: #ECF073;
}
</style>
border-color css
<style>
span { border-color: #ECF073; }
span { border-color: rgb(236,240,115); }
td.TdClassName
{
border-color: #ECF073;
}
.TagClassName
{
border-color: #ECF073;
}
</style>