Shades of Dolly #EDF87C
Tints of Dolly #EDF87C
RGB
CMYK
RGB Variations
Color information
#EDF87C (or 0xEDF87C) is known color: Dolly. HEX triplet: ED, F8 and 7C. RGB value is (237,248,124). Sum of RGB (Red+Green+Blue) = 237+248+124=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 248 (97.27% from 255 or 40.72% from 609); Blue value is 124 (48.83% from 255 or 20.36% from 609); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF87C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF87C is #120783. Grayscale: #E7E7E7. Windows color (decimal): -1181572 or 8190189. OLE color: 8190189.
HSL color Cylindrical-coordinate representation of color #EDF87C: hue angle of 65.32º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDF87C is Cyan = 0.04, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 124 | - |
| CMYK | 0.04 | 0 | 0.5 | 0.03 |
| HSL | 65.32º | 0.9% | 0.73% | - |
| HSV(B) | 65.32º | 0.5% | 0.97% | - |
| XYZ | 72.13 | 86.59 | 31.98 | - |
| YUV | 230.58 | 67.86 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 124 | 0.04 | 0 | 0.5 | 0.03 | 65.32 | 0.9 | 0.73 |
| Hex | ED | F8 | 7C | 4 | 0 | 32 | 3 | 41 | 5A | 49 |
| Octal | 355 | 370 | 174 | 4 | 0 | 62 | 3 | 101 | 132 | 111 |
| Binary | 11101101 | 11111000 | 1111100 | 100 | 0 | 110010 | 11 | 1000001 | 1011010 | 1001001 |
Color Harmonies of #EDF87C
Complementary color
Monochromatic Colors of #EDF87C
Black with #EDF87C
Text Example
Text Example
White with #EDF87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF87C; }
p { color: rgb(237,248,124); }
H1.HeaderClassName
{
color: #EDF87C;
}
.AnyTagClassName
{
color: #EDF87C;
}
</style>
background-color css
<style>
a { background-color: #EDF87C; }
a { background-color: rgb(237,248,124); }
div.DivClassName
{
background-color: #EDF87C;
}
.BgClassName
{
background-color: #EDF87C;
}
</style>
border-color css
<style>
span { border-color: #EDF87C; }
span { border-color: rgb(237,248,124); }
td.TdClassName
{
border-color: #EDF87C;
}
.TagClassName
{
border-color: #EDF87C;
}
</style>