Shades of Dolly #EDF771
Tints of Dolly #EDF771
RGB
CMYK
RGB Variations
Color information
#EDF771 (or 0xEDF771) is known color: Dolly. HEX triplet: ED, F7 and 71. RGB value is (237,247,113). Sum of RGB (Red+Green+Blue) = 237+247+113=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 247 (96.88% from 255 or 41.37% from 597); Blue value is 113 (44.53% from 255 or 18.93% from 597); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF771 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF771 is #12088E. Grayscale: #E5E5E5. Windows color (decimal): -1181839 or 7469037. OLE color: 7469037.
HSL color Cylindrical-coordinate representation of color #EDF771: hue angle of 64.48º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDF771 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 247 | 113 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.03 |
| HSL | 64.48º | 0.89% | 0.71% | - |
| HSV(B) | 64.48º | 0.54% | 0.97% | - |
| XYZ | 71.17 | 85.72 | 28.42 | - |
| YUV | 228.73 | 62.69 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 247 | 113 | 0.04 | 0 | 0.54 | 0.03 | 64.48 | 0.89 | 0.71 |
| Hex | ED | F7 | 71 | 4 | 0 | 36 | 3 | 40 | 59 | 47 |
| Octal | 355 | 367 | 161 | 4 | 0 | 66 | 3 | 100 | 131 | 107 |
| Binary | 11101101 | 11110111 | 1110001 | 100 | 0 | 110110 | 11 | 1000000 | 1011001 | 1000111 |
Color Harmonies of #EDF771
Complementary color
Monochromatic Colors of #EDF771
Black with #EDF771
Text Example
Text Example
White with #EDF771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF771; }
p { color: rgb(237,247,113); }
H1.HeaderClassName
{
color: #EDF771;
}
.AnyTagClassName
{
color: #EDF771;
}
</style>
background-color css
<style>
a { background-color: #EDF771; }
a { background-color: rgb(237,247,113); }
div.DivClassName
{
background-color: #EDF771;
}
.BgClassName
{
background-color: #EDF771;
}
</style>
border-color css
<style>
span { border-color: #EDF771; }
span { border-color: rgb(237,247,113); }
td.TdClassName
{
border-color: #EDF771;
}
.TagClassName
{
border-color: #EDF771;
}
</style>