Shades of Dolly #EFEA70
Tints of Dolly #EFEA70
RGB
CMYK
RGB Variations
Color information
#EFEA70 (or 0xEFEA70) is known color: Dolly. HEX triplet: EF, EA and 70. RGB value is (239,234,112). Sum of RGB (Red+Green+Blue) = 239+234+112=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 234 (91.80% from 255 or 40% from 585); Blue value is 112 (44.14% from 255 or 19.15% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEA70 is #10158F. Grayscale: #DEDEDE. Windows color (decimal): -1054096 or 7400175. OLE color: 7400175.
HSL color Cylindrical-coordinate representation of color #EFEA70: hue angle of 57.64º 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 #EFEA70 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 112 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.06 |
| HSL | 57.64º | 0.8% | 0.69% | - |
| HSV(B) | 57.64º | 0.53% | 0.94% | - |
| XYZ | 67.94 | 78.37 | 26.87 | - |
| YUV | 221.59 | 66.16 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 112 | 0 | 0.02 | 0.53 | 0.06 | 57.64 | 0.8 | 0.69 |
| Hex | EF | EA | 70 | 0 | 2 | 35 | 6 | 3A | 50 | 45 |
| Octal | 357 | 352 | 160 | 0 | 2 | 65 | 6 | 72 | 120 | 105 |
| Binary | 11101111 | 11101010 | 1110000 | 0 | 10 | 110101 | 110 | 111010 | 1010000 | 1000101 |
Color Harmonies of #EFEA70
Complementary color
Monochromatic Colors of #EFEA70
Black with #EFEA70
Text Example
Text Example
White with #EFEA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEA70; }
p { color: rgb(239,234,112); }
H1.HeaderClassName
{
color: #EFEA70;
}
.AnyTagClassName
{
color: #EFEA70;
}
</style>
background-color css
<style>
a { background-color: #EFEA70; }
a { background-color: rgb(239,234,112); }
div.DivClassName
{
background-color: #EFEA70;
}
.BgClassName
{
background-color: #EFEA70;
}
</style>
border-color css
<style>
span { border-color: #EFEA70; }
span { border-color: rgb(239,234,112); }
td.TdClassName
{
border-color: #EFEA70;
}
.TagClassName
{
border-color: #EFEA70;
}
</style>