Shades of Dolly #EDF076
Tints of Dolly #EDF076
RGB
CMYK
RGB Variations
Color information
#EDF076 (or 0xEDF076) is known color: Dolly. HEX triplet: ED, F0 and 76. RGB value is (237,240,118). Sum of RGB (Red+Green+Blue) = 237+240+118=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 240 (94.14% from 255 or 40.34% from 595); Blue value is 118 (46.48% from 255 or 19.83% from 595); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF076 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF076 is #120F89. Grayscale: #E1E1E1. Windows color (decimal): -1183626 or 7794925. OLE color: 7794925.
HSL color Cylindrical-coordinate representation of color #EDF076: hue angle of 61.48º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDF076 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 118 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.06 |
| HSL | 61.48º | 0.8% | 0.7% | - |
| HSV(B) | 61.48º | 0.51% | 0.94% | - |
| XYZ | 69.36 | 81.63 | 29.24 | - |
| YUV | 225.2 | 67.51 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 118 | 0.01 | 0 | 0.51 | 0.06 | 61.48 | 0.8 | 0.7 |
| Hex | ED | F0 | 76 | 1 | 0 | 33 | 6 | 3D | 50 | 46 |
| Octal | 355 | 360 | 166 | 1 | 0 | 63 | 6 | 75 | 120 | 106 |
| Binary | 11101101 | 11110000 | 1110110 | 1 | 0 | 110011 | 110 | 111101 | 1010000 | 1000110 |
Color Harmonies of #EDF076
Complementary color
Monochromatic Colors of #EDF076
Black with #EDF076
Text Example
Text Example
White with #EDF076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF076; }
p { color: rgb(237,240,118); }
H1.HeaderClassName
{
color: #EDF076;
}
.AnyTagClassName
{
color: #EDF076;
}
</style>
background-color css
<style>
a { background-color: #EDF076; }
a { background-color: rgb(237,240,118); }
div.DivClassName
{
background-color: #EDF076;
}
.BgClassName
{
background-color: #EDF076;
}
</style>
border-color css
<style>
span { border-color: #EDF076; }
span { border-color: rgb(237,240,118); }
td.TdClassName
{
border-color: #EDF076;
}
.TagClassName
{
border-color: #EDF076;
}
</style>