Shades of Dolly #EDF471
Tints of Dolly #EDF471
RGB
CMYK
RGB Variations
Color information
#EDF471 (or 0xEDF471) is known color: Dolly. HEX triplet: ED, F4 and 71. RGB value is (237,244,113). Sum of RGB (Red+Green+Blue) = 237+244+113=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 244 (95.70% from 255 or 41.08% from 594); Blue value is 113 (44.53% from 255 or 19.02% from 594); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF471 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF471 is #120B8E. Grayscale: #E3E3E3. Windows color (decimal): -1182607 or 7468269. OLE color: 7468269.
HSL color Cylindrical-coordinate representation of color #EDF471: hue angle of 63.21º 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 #EDF471 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 113 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.04 |
| HSL | 63.21º | 0.86% | 0.7% | - |
| HSV(B) | 63.21º | 0.54% | 0.96% | - |
| XYZ | 70.26 | 83.9 | 28.11 | - |
| YUV | 226.97 | 63.68 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 113 | 0.03 | 0 | 0.54 | 0.04 | 63.21 | 0.86 | 0.7 |
| Hex | ED | F4 | 71 | 3 | 0 | 36 | 4 | 3F | 56 | 46 |
| Octal | 355 | 364 | 161 | 3 | 0 | 66 | 4 | 77 | 126 | 106 |
| Binary | 11101101 | 11110100 | 1110001 | 11 | 0 | 110110 | 100 | 111111 | 1010110 | 1000110 |
Color Harmonies of #EDF471
Complementary color
Monochromatic Colors of #EDF471
Black with #EDF471
Text Example
Text Example
White with #EDF471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF471; }
p { color: rgb(237,244,113); }
H1.HeaderClassName
{
color: #EDF471;
}
.AnyTagClassName
{
color: #EDF471;
}
</style>
background-color css
<style>
a { background-color: #EDF471; }
a { background-color: rgb(237,244,113); }
div.DivClassName
{
background-color: #EDF471;
}
.BgClassName
{
background-color: #EDF471;
}
</style>
border-color css
<style>
span { border-color: #EDF471; }
span { border-color: rgb(237,244,113); }
td.TdClassName
{
border-color: #EDF471;
}
.TagClassName
{
border-color: #EDF471;
}
</style>