Shades of Dolly #EFEF77
Tints of Dolly #EFEF77
RGB
CMYK
RGB Variations
Color information
#EFEF77 (or 0xEFEF77) is known color: Dolly. HEX triplet: EF, EF and 77. RGB value is (239,239,119). Sum of RGB (Red+Green+Blue) = 239+239+119=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 239 (93.75% from 255 or 40.03% from 597); Blue value is 119 (46.88% from 255 or 19.93% from 597); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF77 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEF77 is #101088. Grayscale: #E1E1E1. Windows color (decimal): -1052809 or 7860207. OLE color: 7860207.
HSL color Cylindrical-coordinate representation of color #EFEF77: hue angle of 60º 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 #EFEF77 is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 239 | 119 | - |
| CMYK | 0 | 0 | 0.50 | 0.06 |
| HSL | 60º | 0.79% | 0.7% | - |
| HSV(B) | 60º | 0.5% | 0.94% | - |
| XYZ | 69.79 | 81.42 | 29.49 | - |
| YUV | 225.32 | 68 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 239 | 119 | 0 | 0 | 0.50 | 0.06 | 60 | 0.79 | 0.7 |
| Hex | EF | EF | 77 | 0 | 0 | 32 | 6 | 3C | 4F | 46 |
| Octal | 357 | 357 | 167 | 0 | 0 | 62 | 6 | 74 | 117 | 106 |
| Binary | 11101111 | 11101111 | 1110111 | 0 | 0 | 110010 | 110 | 111100 | 1001111 | 1000110 |
Color Harmonies of #EFEF77
Complementary color
Monochromatic Colors of #EFEF77
Black with #EFEF77
Text Example
Text Example
White with #EFEF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEF77; }
p { color: rgb(239,239,119); }
H1.HeaderClassName
{
color: #EFEF77;
}
.AnyTagClassName
{
color: #EFEF77;
}
</style>
background-color css
<style>
a { background-color: #EFEF77; }
a { background-color: rgb(239,239,119); }
div.DivClassName
{
background-color: #EFEF77;
}
.BgClassName
{
background-color: #EFEF77;
}
</style>
border-color css
<style>
span { border-color: #EFEF77; }
span { border-color: rgb(239,239,119); }
td.TdClassName
{
border-color: #EFEF77;
}
.TagClassName
{
border-color: #EFEF77;
}
</style>