Shades of Dolly #EDF570
Tints of Dolly #EDF570
RGB
CMYK
RGB Variations
Color information
#EDF570 (or 0xEDF570) is known color: Dolly. HEX triplet: ED, F5 and 70. RGB value is (237,245,112). Sum of RGB (Red+Green+Blue) = 237+245+112=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 245 (96.09% from 255 or 41.25% from 594); Blue value is 112 (44.14% from 255 or 18.86% from 594); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF570 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF570 is #120A8F. Grayscale: #E3E3E3. Windows color (decimal): -1182352 or 7402989. OLE color: 7402989.
HSL color Cylindrical-coordinate representation of color #EDF570: hue angle of 63.61º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDF570 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 112 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.04 |
| HSL | 63.61º | 0.87% | 0.7% | - |
| HSV(B) | 63.61º | 0.54% | 0.96% | - |
| XYZ | 70.5 | 84.48 | 27.92 | - |
| YUV | 227.45 | 62.85 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 112 | 0.03 | 0 | 0.54 | 0.04 | 63.61 | 0.87 | 0.7 |
| Hex | ED | F5 | 70 | 3 | 0 | 36 | 4 | 40 | 57 | 46 |
| Octal | 355 | 365 | 160 | 3 | 0 | 66 | 4 | 100 | 127 | 106 |
| Binary | 11101101 | 11110101 | 1110000 | 11 | 0 | 110110 | 100 | 1000000 | 1010111 | 1000110 |
Color Harmonies of #EDF570
Complementary color
Monochromatic Colors of #EDF570
Black with #EDF570
Text Example
Text Example
White with #EDF570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF570; }
p { color: rgb(237,245,112); }
H1.HeaderClassName
{
color: #EDF570;
}
.AnyTagClassName
{
color: #EDF570;
}
</style>
background-color css
<style>
a { background-color: #EDF570; }
a { background-color: rgb(237,245,112); }
div.DivClassName
{
background-color: #EDF570;
}
.BgClassName
{
background-color: #EDF570;
}
</style>
border-color css
<style>
span { border-color: #EDF570; }
span { border-color: rgb(237,245,112); }
td.TdClassName
{
border-color: #EDF570;
}
.TagClassName
{
border-color: #EDF570;
}
</style>