Shades of Dolly #EDF077
Tints of Dolly #EDF077
RGB
CMYK
RGB Variations
Color information
#EDF077 (or 0xEDF077) is known color: Dolly. HEX triplet: ED, F0 and 77. RGB value is (237,240,119). Sum of RGB (Red+Green+Blue) = 237+240+119=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 240 (94.14% from 255 or 40.27% from 596); Blue value is 119 (46.88% from 255 or 19.97% from 596); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF077 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF077 is #120F88. Grayscale: #E1E1E1. Windows color (decimal): -1183625 or 7860461. OLE color: 7860461.
HSL color Cylindrical-coordinate representation of color #EDF077: hue angle of 61.49º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDF077 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 119 | - |
| CMYK | 0.01 | 0 | 0.50 | 0.06 |
| HSL | 61.49º | 0.8% | 0.7% | - |
| HSV(B) | 61.49º | 0.5% | 0.94% | - |
| XYZ | 69.41 | 81.66 | 29.56 | - |
| YUV | 225.31 | 68.01 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 119 | 0.01 | 0 | 0.50 | 0.06 | 61.49 | 0.8 | 0.7 |
| Hex | ED | F0 | 77 | 1 | 0 | 32 | 6 | 3D | 50 | 46 |
| Octal | 355 | 360 | 167 | 1 | 0 | 62 | 6 | 75 | 120 | 106 |
| Binary | 11101101 | 11110000 | 1110111 | 1 | 0 | 110010 | 110 | 111101 | 1010000 | 1000110 |
Color Harmonies of #EDF077
Complementary color
Monochromatic Colors of #EDF077
Black with #EDF077
Text Example
Text Example
White with #EDF077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF077; }
p { color: rgb(237,240,119); }
H1.HeaderClassName
{
color: #EDF077;
}
.AnyTagClassName
{
color: #EDF077;
}
</style>
background-color css
<style>
a { background-color: #EDF077; }
a { background-color: rgb(237,240,119); }
div.DivClassName
{
background-color: #EDF077;
}
.BgClassName
{
background-color: #EDF077;
}
</style>
border-color css
<style>
span { border-color: #EDF077; }
span { border-color: rgb(237,240,119); }
td.TdClassName
{
border-color: #EDF077;
}
.TagClassName
{
border-color: #EDF077;
}
</style>