Shades of Dolly #EDF476
Tints of Dolly #EDF476
RGB
CMYK
RGB Variations
Color information
#EDF476 (or 0xEDF476) is known color: Dolly. HEX triplet: ED, F4 and 76. RGB value is (237,244,118). Sum of RGB (Red+Green+Blue) = 237+244+118=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 244 (95.70% from 255 or 40.73% from 599); Blue value is 118 (46.48% from 255 or 19.70% from 599); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF476 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF476 is #120B89. Grayscale: #E4E4E4. Windows color (decimal): -1182602 or 7795949. OLE color: 7795949.
HSL color Cylindrical-coordinate representation of color #EDF476: hue angle of 63.33º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EDF476 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 118 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.04 |
| HSL | 63.33º | 0.85% | 0.71% | - |
| HSV(B) | 63.33º | 0.52% | 0.96% | - |
| XYZ | 70.55 | 84.01 | 29.64 | - |
| YUV | 227.54 | 66.18 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 118 | 0.03 | 0 | 0.52 | 0.04 | 63.33 | 0.85 | 0.71 |
| Hex | ED | F4 | 76 | 3 | 0 | 34 | 4 | 3F | 55 | 47 |
| Octal | 355 | 364 | 166 | 3 | 0 | 64 | 4 | 77 | 125 | 107 |
| Binary | 11101101 | 11110100 | 1110110 | 11 | 0 | 110100 | 100 | 111111 | 1010101 | 1000111 |
Color Harmonies of #EDF476
Complementary color
Monochromatic Colors of #EDF476
Black with #EDF476
Text Example
Text Example
White with #EDF476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF476; }
p { color: rgb(237,244,118); }
H1.HeaderClassName
{
color: #EDF476;
}
.AnyTagClassName
{
color: #EDF476;
}
</style>
background-color css
<style>
a { background-color: #EDF476; }
a { background-color: rgb(237,244,118); }
div.DivClassName
{
background-color: #EDF476;
}
.BgClassName
{
background-color: #EDF476;
}
</style>
border-color css
<style>
span { border-color: #EDF476; }
span { border-color: rgb(237,244,118); }
td.TdClassName
{
border-color: #EDF476;
}
.TagClassName
{
border-color: #EDF476;
}
</style>