Shades of Dolly #EFEC76
Tints of Dolly #EFEC76
RGB
CMYK
RGB Variations
Color information
#EFEC76 (or 0xEFEC76) is known color: Dolly. HEX triplet: EF, EC and 76. RGB value is (239,236,118). Sum of RGB (Red+Green+Blue) = 239+236+118=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 236 (92.58% from 255 or 39.80% from 593); Blue value is 118 (46.48% from 255 or 19.90% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEC76 is #101389. Grayscale: #DFDFDF. Windows color (decimal): -1053578 or 7793903. OLE color: 7793903.
HSL color Cylindrical-coordinate representation of color #EFEC76: hue angle of 58.51º 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 #EFEC76 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 236 | 118 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.06 |
| HSL | 58.51º | 0.79% | 0.7% | - |
| HSV(B) | 58.51º | 0.51% | 0.94% | - |
| XYZ | 68.86 | 79.65 | 28.88 | - |
| YUV | 223.45 | 68.49 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 118 | 0 | 0.01 | 0.51 | 0.06 | 58.51 | 0.79 | 0.7 |
| Hex | EF | EC | 76 | 0 | 1 | 33 | 6 | 3B | 4F | 46 |
| Octal | 357 | 354 | 166 | 0 | 1 | 63 | 6 | 73 | 117 | 106 |
| Binary | 11101111 | 11101100 | 1110110 | 0 | 1 | 110011 | 110 | 111011 | 1001111 | 1000110 |
Color Harmonies of #EFEC76
Complementary color
Monochromatic Colors of #EFEC76
Black with #EFEC76
Text Example
Text Example
White with #EFEC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEC76; }
p { color: rgb(239,236,118); }
H1.HeaderClassName
{
color: #EFEC76;
}
.AnyTagClassName
{
color: #EFEC76;
}
</style>
background-color css
<style>
a { background-color: #EFEC76; }
a { background-color: rgb(239,236,118); }
div.DivClassName
{
background-color: #EFEC76;
}
.BgClassName
{
background-color: #EFEC76;
}
</style>
border-color css
<style>
span { border-color: #EFEC76; }
span { border-color: rgb(239,236,118); }
td.TdClassName
{
border-color: #EFEC76;
}
.TagClassName
{
border-color: #EFEC76;
}
</style>