Shades of Dolly #EDEF77
Tints of Dolly #EDEF77
RGB
CMYK
RGB Variations
Color information
#EDEF77 (or 0xEDEF77) is known color: Dolly. HEX triplet: ED, EF and 77. RGB value is (237,239,119). Sum of RGB (Red+Green+Blue) = 237+239+119=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 239 (93.75% from 255 or 40.17% from 595); Blue value is 119 (46.88% from 255 or 20% from 595); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF77 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEF77 is #121088. Grayscale: #E1E1E1. Windows color (decimal): -1183881 or 7860205. OLE color: 7860205.
HSL color Cylindrical-coordinate representation of color #EDEF77: hue angle of 61º degrees, saturation: 0.79, 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 #EDEF77 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 119 | - |
| CMYK | 0.01 | 0 | 0.50 | 0.06 |
| HSL | 61º | 0.79% | 0.7% | - |
| HSV(B) | 61º | 0.5% | 0.94% | - |
| XYZ | 69.12 | 81.07 | 29.46 | - |
| YUV | 224.72 | 68.34 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 119 | 0.01 | 0 | 0.50 | 0.06 | 61 | 0.79 | 0.7 |
| Hex | ED | EF | 77 | 1 | 0 | 32 | 6 | 3D | 4F | 46 |
| Octal | 355 | 357 | 167 | 1 | 0 | 62 | 6 | 75 | 117 | 106 |
| Binary | 11101101 | 11101111 | 1110111 | 1 | 0 | 110010 | 110 | 111101 | 1001111 | 1000110 |
Color Harmonies of #EDEF77
Complementary color
Monochromatic Colors of #EDEF77
Black with #EDEF77
Text Example
Text Example
White with #EDEF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF77; }
p { color: rgb(237,239,119); }
H1.HeaderClassName
{
color: #EDEF77;
}
.AnyTagClassName
{
color: #EDEF77;
}
</style>
background-color css
<style>
a { background-color: #EDEF77; }
a { background-color: rgb(237,239,119); }
div.DivClassName
{
background-color: #EDEF77;
}
.BgClassName
{
background-color: #EDEF77;
}
</style>
border-color css
<style>
span { border-color: #EDEF77; }
span { border-color: rgb(237,239,119); }
td.TdClassName
{
border-color: #EDEF77;
}
.TagClassName
{
border-color: #EDEF77;
}
</style>