Shades of Dolly #EDEF78
Tints of Dolly #EDEF78
RGB
CMYK
RGB Variations
Color information
#EDEF78 (or 0xEDEF78) is known color: Dolly. HEX triplet: ED, EF and 78. RGB value is (237,239,120). Sum of RGB (Red+Green+Blue) = 237+239+120=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 239 (93.75% from 255 or 40.10% from 596); Blue value is 120 (47.27% from 255 or 20.13% from 596); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF78 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEF78 is #121087. Grayscale: #E1E1E1. Windows color (decimal): -1183880 or 7925741. OLE color: 7925741.
HSL color Cylindrical-coordinate representation of color #EDEF78: hue angle of 61.01º 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 #EDEF78 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 120 | - |
| CMYK | 0.01 | 0 | 0.50 | 0.06 |
| HSL | 61.01º | 0.79% | 0.7% | - |
| HSV(B) | 61.01º | 0.5% | 0.94% | - |
| XYZ | 69.18 | 81.09 | 29.78 | - |
| YUV | 224.84 | 68.84 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 120 | 0.01 | 0 | 0.50 | 0.06 | 61.01 | 0.79 | 0.7 |
| Hex | ED | EF | 78 | 1 | 0 | 32 | 6 | 3D | 4F | 46 |
| Octal | 355 | 357 | 170 | 1 | 0 | 62 | 6 | 75 | 117 | 106 |
| Binary | 11101101 | 11101111 | 1111000 | 1 | 0 | 110010 | 110 | 111101 | 1001111 | 1000110 |
Color Harmonies of #EDEF78
Complementary color
Monochromatic Colors of #EDEF78
Black with #EDEF78
Text Example
Text Example
White with #EDEF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF78; }
p { color: rgb(237,239,120); }
H1.HeaderClassName
{
color: #EDEF78;
}
.AnyTagClassName
{
color: #EDEF78;
}
</style>
background-color css
<style>
a { background-color: #EDEF78; }
a { background-color: rgb(237,239,120); }
div.DivClassName
{
background-color: #EDEF78;
}
.BgClassName
{
background-color: #EDEF78;
}
</style>
border-color css
<style>
span { border-color: #EDEF78; }
span { border-color: rgb(237,239,120); }
td.TdClassName
{
border-color: #EDEF78;
}
.TagClassName
{
border-color: #EDEF78;
}
</style>