Shades of Dolly #ECF573
Tints of Dolly #ECF573
RGB
CMYK
RGB Variations
Color information
#ECF573 (or 0xECF573) is known color: Dolly. HEX triplet: EC, F5 and 73. RGB value is (236,245,115). Sum of RGB (Red+Green+Blue) = 236+245+115=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 245 (96.09% from 255 or 41.11% from 596); Blue value is 115 (45.31% from 255 or 19.30% from 596); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF573 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF573 is #130A8C. Grayscale: #E3E3E3. Windows color (decimal): -1247885 or 7599596. OLE color: 7599596.
HSL color Cylindrical-coordinate representation of color #ECF573: hue angle of 64.15º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ECF573 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 245 | 115 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.04 |
| HSL | 64.15º | 0.87% | 0.71% | - |
| HSV(B) | 64.15º | 0.53% | 0.96% | - |
| XYZ | 70.34 | 84.38 | 28.8 | - |
| YUV | 227.49 | 64.52 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 245 | 115 | 0.04 | 0 | 0.53 | 0.04 | 64.15 | 0.87 | 0.71 |
| Hex | EC | F5 | 73 | 4 | 0 | 35 | 4 | 40 | 57 | 47 |
| Octal | 354 | 365 | 163 | 4 | 0 | 65 | 4 | 100 | 127 | 107 |
| Binary | 11101100 | 11110101 | 1110011 | 100 | 0 | 110101 | 100 | 1000000 | 1010111 | 1000111 |
Color Harmonies of #ECF573
Complementary color
Monochromatic Colors of #ECF573
Black with #ECF573
Text Example
Text Example
White with #ECF573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF573; }
p { color: rgb(236,245,115); }
H1.HeaderClassName
{
color: #ECF573;
}
.AnyTagClassName
{
color: #ECF573;
}
</style>
background-color css
<style>
a { background-color: #ECF573; }
a { background-color: rgb(236,245,115); }
div.DivClassName
{
background-color: #ECF573;
}
.BgClassName
{
background-color: #ECF573;
}
</style>
border-color css
<style>
span { border-color: #ECF573; }
span { border-color: rgb(236,245,115); }
td.TdClassName
{
border-color: #ECF573;
}
.TagClassName
{
border-color: #ECF573;
}
</style>