Shades of Dolly #EDF77A
Tints of Dolly #EDF77A
RGB
CMYK
RGB Variations
Color information
#EDF77A (or 0xEDF77A) is known color: Dolly. HEX triplet: ED, F7 and 7A. RGB value is (237,247,122). Sum of RGB (Red+Green+Blue) = 237+247+122=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 247 (96.88% from 255 or 40.76% from 606); Blue value is 122 (48.05% from 255 or 20.13% from 606); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF77A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF77A is #120885. Grayscale: #E6E6E6. Windows color (decimal): -1181830 or 8058861. OLE color: 8058861.
HSL color Cylindrical-coordinate representation of color #EDF77A: hue angle of 64.8º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDF77A is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 247 | 122 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.03 |
| HSL | 64.8º | 0.89% | 0.72% | - |
| HSV(B) | 64.8º | 0.51% | 0.97% | - |
| XYZ | 71.7 | 85.93 | 31.22 | - |
| YUV | 229.76 | 67.19 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 247 | 122 | 0.04 | 0 | 0.51 | 0.03 | 64.8 | 0.89 | 0.72 |
| Hex | ED | F7 | 7A | 4 | 0 | 33 | 3 | 41 | 59 | 48 |
| Octal | 355 | 367 | 172 | 4 | 0 | 63 | 3 | 101 | 131 | 110 |
| Binary | 11101101 | 11110111 | 1111010 | 100 | 0 | 110011 | 11 | 1000001 | 1011001 | 1001000 |
Color Harmonies of #EDF77A
Complementary color
Monochromatic Colors of #EDF77A
Black with #EDF77A
Text Example
Text Example
White with #EDF77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF77A; }
p { color: rgb(237,247,122); }
H1.HeaderClassName
{
color: #EDF77A;
}
.AnyTagClassName
{
color: #EDF77A;
}
</style>
background-color css
<style>
a { background-color: #EDF77A; }
a { background-color: rgb(237,247,122); }
div.DivClassName
{
background-color: #EDF77A;
}
.BgClassName
{
background-color: #EDF77A;
}
</style>
border-color css
<style>
span { border-color: #EDF77A; }
span { border-color: rgb(237,247,122); }
td.TdClassName
{
border-color: #EDF77A;
}
.TagClassName
{
border-color: #EDF77A;
}
</style>