Shades of Dolly #EFEE76
Tints of Dolly #EFEE76
RGB
CMYK
RGB Variations
Color information
#EFEE76 (or 0xEFEE76) is known color: Dolly. HEX triplet: EF, EE and 76. RGB value is (239,238,118). Sum of RGB (Red+Green+Blue) = 239+238+118=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 238 (93.36% from 255 or 40% from 595); Blue value is 118 (46.48% from 255 or 19.83% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEE76 is #101189. Grayscale: #E1E1E1. Windows color (decimal): -1053066 or 7794415. OLE color: 7794415.
HSL color Cylindrical-coordinate representation of color #EFEE76: hue angle of 59.5º degrees, saturation: 0.79, 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 #EFEE76 is Cyan = 0, Magento = 0.00, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 238 | 118 | - |
| CMYK | 0 | 0.00 | 0.51 | 0.06 |
| HSL | 59.5º | 0.79% | 0.7% | - |
| HSV(B) | 59.5º | 0.51% | 0.94% | - |
| XYZ | 69.44 | 80.81 | 29.08 | - |
| YUV | 224.62 | 67.83 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 118 | 0 | 0.00 | 0.51 | 0.06 | 59.5 | 0.79 | 0.7 |
| Hex | EF | EE | 76 | 0 | 0 | 33 | 6 | 3C | 4F | 46 |
| Octal | 357 | 356 | 166 | 0 | 0 | 63 | 6 | 74 | 117 | 106 |
| Binary | 11101111 | 11101110 | 1110110 | 0 | 0 | 110011 | 110 | 111100 | 1001111 | 1000110 |
Color Harmonies of #EFEE76
Complementary color
Monochromatic Colors of #EFEE76
Black with #EFEE76
Text Example
Text Example
White with #EFEE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEE76; }
p { color: rgb(239,238,118); }
H1.HeaderClassName
{
color: #EFEE76;
}
.AnyTagClassName
{
color: #EFEE76;
}
</style>
background-color css
<style>
a { background-color: #EFEE76; }
a { background-color: rgb(239,238,118); }
div.DivClassName
{
background-color: #EFEE76;
}
.BgClassName
{
background-color: #EFEE76;
}
</style>
border-color css
<style>
span { border-color: #EFEE76; }
span { border-color: rgb(239,238,118); }
td.TdClassName
{
border-color: #EFEE76;
}
.TagClassName
{
border-color: #EFEE76;
}
</style>