Shades of Dolly #EDF77C
Tints of Dolly #EDF77C
RGB
CMYK
RGB Variations
Color information
#EDF77C (or 0xEDF77C) is known color: Dolly. HEX triplet: ED, F7 and 7C. RGB value is (237,247,124). Sum of RGB (Red+Green+Blue) = 237+247+124=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 247 (96.88% from 255 or 40.62% from 608); Blue value is 124 (48.83% from 255 or 20.39% from 608); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF77C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF77C is #120883. Grayscale: #E6E6E6. Windows color (decimal): -1181828 or 8189933. OLE color: 8189933.
HSL color Cylindrical-coordinate representation of color #EDF77C: hue angle of 64.88º degrees, saturation: 0.88, 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 #EDF77C is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 247 | 124 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.03 |
| HSL | 64.88º | 0.88% | 0.73% | - |
| HSV(B) | 64.88º | 0.5% | 0.97% | - |
| XYZ | 71.82 | 85.98 | 31.88 | - |
| YUV | 229.99 | 68.19 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 247 | 124 | 0.04 | 0 | 0.50 | 0.03 | 64.88 | 0.88 | 0.73 |
| Hex | ED | F7 | 7C | 4 | 0 | 32 | 3 | 41 | 58 | 49 |
| Octal | 355 | 367 | 174 | 4 | 0 | 62 | 3 | 101 | 130 | 111 |
| Binary | 11101101 | 11110111 | 1111100 | 100 | 0 | 110010 | 11 | 1000001 | 1011000 | 1001001 |
Color Harmonies of #EDF77C
Complementary color
Monochromatic Colors of #EDF77C
Black with #EDF77C
Text Example
Text Example
White with #EDF77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF77C; }
p { color: rgb(237,247,124); }
H1.HeaderClassName
{
color: #EDF77C;
}
.AnyTagClassName
{
color: #EDF77C;
}
</style>
background-color css
<style>
a { background-color: #EDF77C; }
a { background-color: rgb(237,247,124); }
div.DivClassName
{
background-color: #EDF77C;
}
.BgClassName
{
background-color: #EDF77C;
}
</style>
border-color css
<style>
span { border-color: #EDF77C; }
span { border-color: rgb(237,247,124); }
td.TdClassName
{
border-color: #EDF77C;
}
.TagClassName
{
border-color: #EDF77C;
}
</style>