Shades of Dolly #EDF470
Tints of Dolly #EDF470
RGB
CMYK
RGB Variations
Color information
#EDF470 (or 0xEDF470) is known color: Dolly. HEX triplet: ED, F4 and 70. RGB value is (237,244,112). Sum of RGB (Red+Green+Blue) = 237+244+112=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 244 (95.70% from 255 or 41.15% from 593); Blue value is 112 (44.14% from 255 or 18.89% from 593); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF470 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF470 is #120B8F. Grayscale: #E3E3E3. Windows color (decimal): -1182608 or 7402733. OLE color: 7402733.
HSL color Cylindrical-coordinate representation of color #EDF470: hue angle of 63.18º degrees, saturation: 0.86, 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 #EDF470 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 112 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.04 |
| HSL | 63.18º | 0.86% | 0.7% | - |
| HSV(B) | 63.18º | 0.54% | 0.96% | - |
| XYZ | 70.2 | 83.88 | 27.82 | - |
| YUV | 226.86 | 63.18 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 112 | 0.03 | 0 | 0.54 | 0.04 | 63.18 | 0.86 | 0.7 |
| Hex | ED | F4 | 70 | 3 | 0 | 36 | 4 | 3F | 56 | 46 |
| Octal | 355 | 364 | 160 | 3 | 0 | 66 | 4 | 77 | 126 | 106 |
| Binary | 11101101 | 11110100 | 1110000 | 11 | 0 | 110110 | 100 | 111111 | 1010110 | 1000110 |
Color Harmonies of #EDF470
Complementary color
Monochromatic Colors of #EDF470
Black with #EDF470
Text Example
Text Example
White with #EDF470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF470; }
p { color: rgb(237,244,112); }
H1.HeaderClassName
{
color: #EDF470;
}
.AnyTagClassName
{
color: #EDF470;
}
</style>
background-color css
<style>
a { background-color: #EDF470; }
a { background-color: rgb(237,244,112); }
div.DivClassName
{
background-color: #EDF470;
}
.BgClassName
{
background-color: #EDF470;
}
</style>
border-color css
<style>
span { border-color: #EDF470; }
span { border-color: rgb(237,244,112); }
td.TdClassName
{
border-color: #EDF470;
}
.TagClassName
{
border-color: #EDF470;
}
</style>