Shades of Dolly #EFEF70
Tints of Dolly #EFEF70
RGB
CMYK
RGB Variations
Color information
#EFEF70 (or 0xEFEF70) is known color: Dolly. HEX triplet: EF, EF and 70. RGB value is (239,239,112). Sum of RGB (Red+Green+Blue) = 239+239+112=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 239 (93.75% from 255 or 40.51% from 590); Blue value is 112 (44.14% from 255 or 18.98% from 590); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEF70 is #10108F. Grayscale: #E1E1E1. Windows color (decimal): -1052816 or 7401455. OLE color: 7401455.
HSL color Cylindrical-coordinate representation of color #EFEF70: hue angle of 60º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EFEF70 is Cyan = 0, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 239 | 112 | - |
| CMYK | 0 | 0 | 0.53 | 0.06 |
| HSL | 60º | 0.8% | 0.69% | - |
| HSV(B) | 60º | 0.53% | 0.94% | - |
| XYZ | 69.39 | 81.25 | 27.36 | - |
| YUV | 224.52 | 64.5 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 239 | 112 | 0 | 0 | 0.53 | 0.06 | 60 | 0.8 | 0.69 |
| Hex | EF | EF | 70 | 0 | 0 | 35 | 6 | 3C | 50 | 45 |
| Octal | 357 | 357 | 160 | 0 | 0 | 65 | 6 | 74 | 120 | 105 |
| Binary | 11101111 | 11101111 | 1110000 | 0 | 0 | 110101 | 110 | 111100 | 1010000 | 1000101 |
Color Harmonies of #EFEF70
Complementary color
Monochromatic Colors of #EFEF70
Black with #EFEF70
Text Example
Text Example
White with #EFEF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEF70; }
p { color: rgb(239,239,112); }
H1.HeaderClassName
{
color: #EFEF70;
}
.AnyTagClassName
{
color: #EFEF70;
}
</style>
background-color css
<style>
a { background-color: #EFEF70; }
a { background-color: rgb(239,239,112); }
div.DivClassName
{
background-color: #EFEF70;
}
.BgClassName
{
background-color: #EFEF70;
}
</style>
border-color css
<style>
span { border-color: #EFEF70; }
span { border-color: rgb(239,239,112); }
td.TdClassName
{
border-color: #EFEF70;
}
.TagClassName
{
border-color: #EFEF70;
}
</style>