Shades of Dolly #EDF870
Tints of Dolly #EDF870
RGB
CMYK
RGB Variations
Color information
#EDF870 (or 0xEDF870) is known color: Dolly. HEX triplet: ED, F8 and 70. RGB value is (237,248,112). Sum of RGB (Red+Green+Blue) = 237+248+112=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 248 (97.27% from 255 or 41.54% from 597); Blue value is 112 (44.14% from 255 or 18.76% from 597); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF870 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF870 is #12078F. Grayscale: #E5E5E5. Windows color (decimal): -1181584 or 7403757. OLE color: 7403757.
HSL color Cylindrical-coordinate representation of color #EDF870: hue angle of 64.85º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EDF870 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 112 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.03 |
| HSL | 64.85º | 0.91% | 0.71% | - |
| HSV(B) | 64.85º | 0.55% | 0.97% | - |
| XYZ | 71.42 | 86.31 | 28.22 | - |
| YUV | 229.21 | 61.86 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 112 | 0.04 | 0 | 0.55 | 0.03 | 64.85 | 0.91 | 0.71 |
| Hex | ED | F8 | 70 | 4 | 0 | 37 | 3 | 41 | 5B | 47 |
| Octal | 355 | 370 | 160 | 4 | 0 | 67 | 3 | 101 | 133 | 107 |
| Binary | 11101101 | 11111000 | 1110000 | 100 | 0 | 110111 | 11 | 1000001 | 1011011 | 1000111 |
Color Harmonies of #EDF870
Complementary color
Monochromatic Colors of #EDF870
Black with #EDF870
Text Example
Text Example
White with #EDF870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF870; }
p { color: rgb(237,248,112); }
H1.HeaderClassName
{
color: #EDF870;
}
.AnyTagClassName
{
color: #EDF870;
}
</style>
background-color css
<style>
a { background-color: #EDF870; }
a { background-color: rgb(237,248,112); }
div.DivClassName
{
background-color: #EDF870;
}
.BgClassName
{
background-color: #EDF870;
}
</style>
border-color css
<style>
span { border-color: #EDF870; }
span { border-color: rgb(237,248,112); }
td.TdClassName
{
border-color: #EDF870;
}
.TagClassName
{
border-color: #EDF870;
}
</style>