Shades of Dolly #EFEB70
Tints of Dolly #EFEB70
RGB
CMYK
RGB Variations
Color information
#EFEB70 (or 0xEFEB70) is known color: Dolly. HEX triplet: EF, EB and 70. RGB value is (239,235,112). Sum of RGB (Red+Green+Blue) = 239+235+112=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 235 (92.19% from 255 or 40.10% from 586); Blue value is 112 (44.14% from 255 or 19.11% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEB70 is #10148F. Grayscale: #DEDEDE. Windows color (decimal): -1053840 or 7400431. OLE color: 7400431.
HSL color Cylindrical-coordinate representation of color #EFEB70: hue angle of 58.11º 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 #EFEB70 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 235 | 112 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.06 |
| HSL | 58.11º | 0.8% | 0.69% | - |
| HSV(B) | 58.11º | 0.53% | 0.94% | - |
| XYZ | 68.23 | 78.94 | 26.97 | - |
| YUV | 222.17 | 65.83 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 235 | 112 | 0 | 0.02 | 0.53 | 0.06 | 58.11 | 0.8 | 0.69 |
| Hex | EF | EB | 70 | 0 | 2 | 35 | 6 | 3A | 50 | 45 |
| Octal | 357 | 353 | 160 | 0 | 2 | 65 | 6 | 72 | 120 | 105 |
| Binary | 11101111 | 11101011 | 1110000 | 0 | 10 | 110101 | 110 | 111010 | 1010000 | 1000101 |
Color Harmonies of #EFEB70
Complementary color
Monochromatic Colors of #EFEB70
Black with #EFEB70
Text Example
Text Example
White with #EFEB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEB70; }
p { color: rgb(239,235,112); }
H1.HeaderClassName
{
color: #EFEB70;
}
.AnyTagClassName
{
color: #EFEB70;
}
</style>
background-color css
<style>
a { background-color: #EFEB70; }
a { background-color: rgb(239,235,112); }
div.DivClassName
{
background-color: #EFEB70;
}
.BgClassName
{
background-color: #EFEB70;
}
</style>
border-color css
<style>
span { border-color: #EFEB70; }
span { border-color: rgb(239,235,112); }
td.TdClassName
{
border-color: #EFEB70;
}
.TagClassName
{
border-color: #EFEB70;
}
</style>