Shades of Dolly #EDF474
Tints of Dolly #EDF474
RGB
CMYK
RGB Variations
Color information
#EDF474 (or 0xEDF474) is known color: Dolly. HEX triplet: ED, F4 and 74. RGB value is (237,244,116). Sum of RGB (Red+Green+Blue) = 237+244+116=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 244 (95.70% from 255 or 40.87% from 597); Blue value is 116 (45.70% from 255 or 19.43% from 597); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF474 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF474 is #120B8B. Grayscale: #E3E3E3. Windows color (decimal): -1182604 or 7664877. OLE color: 7664877.
HSL color Cylindrical-coordinate representation of color #EDF474: hue angle of 63.28º 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 #EDF474 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 116 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.04 |
| HSL | 63.28º | 0.85% | 0.71% | - |
| HSV(B) | 63.28º | 0.52% | 0.96% | - |
| XYZ | 70.43 | 83.97 | 29.02 | - |
| YUV | 227.32 | 65.18 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 116 | 0.03 | 0 | 0.52 | 0.04 | 63.28 | 0.85 | 0.71 |
| Hex | ED | F4 | 74 | 3 | 0 | 34 | 4 | 3F | 55 | 47 |
| Octal | 355 | 364 | 164 | 3 | 0 | 64 | 4 | 77 | 125 | 107 |
| Binary | 11101101 | 11110100 | 1110100 | 11 | 0 | 110100 | 100 | 111111 | 1010101 | 1000111 |
Color Harmonies of #EDF474
Complementary color
Monochromatic Colors of #EDF474
Black with #EDF474
Text Example
Text Example
White with #EDF474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF474; }
p { color: rgb(237,244,116); }
H1.HeaderClassName
{
color: #EDF474;
}
.AnyTagClassName
{
color: #EDF474;
}
</style>
background-color css
<style>
a { background-color: #EDF474; }
a { background-color: rgb(237,244,116); }
div.DivClassName
{
background-color: #EDF474;
}
.BgClassName
{
background-color: #EDF474;
}
</style>
border-color css
<style>
span { border-color: #EDF474; }
span { border-color: rgb(237,244,116); }
td.TdClassName
{
border-color: #EDF474;
}
.TagClassName
{
border-color: #EDF474;
}
</style>