Shades of Dolly #EFE970
Tints of Dolly #EFE970
RGB
CMYK
RGB Variations
Color information
#EFE970 (or 0xEFE970) is known color: Dolly. HEX triplet: EF, E9 and 70. RGB value is (239,233,112). Sum of RGB (Red+Green+Blue) = 239+233+112=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 233 (91.41% from 255 or 39.90% from 584); Blue value is 112 (44.14% from 255 or 19.18% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE970 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE970 is #10168F. Grayscale: #DDDDDD. Windows color (decimal): -1054352 or 7399919. OLE color: 7399919.
HSL color Cylindrical-coordinate representation of color #EFE970: hue angle of 57.17º 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 #EFE970 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 112 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.06 |
| HSL | 57.17º | 0.8% | 0.69% | - |
| HSV(B) | 57.17º | 0.53% | 0.94% | - |
| XYZ | 67.66 | 77.8 | 26.78 | - |
| YUV | 221 | 66.49 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 112 | 0 | 0.03 | 0.53 | 0.06 | 57.17 | 0.8 | 0.69 |
| Hex | EF | E9 | 70 | 0 | 3 | 35 | 6 | 39 | 50 | 45 |
| Octal | 357 | 351 | 160 | 0 | 3 | 65 | 6 | 71 | 120 | 105 |
| Binary | 11101111 | 11101001 | 1110000 | 0 | 11 | 110101 | 110 | 111001 | 1010000 | 1000101 |
Color Harmonies of #EFE970
Complementary color
Monochromatic Colors of #EFE970
Black with #EFE970
Text Example
Text Example
White with #EFE970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE970; }
p { color: rgb(239,233,112); }
H1.HeaderClassName
{
color: #EFE970;
}
.AnyTagClassName
{
color: #EFE970;
}
</style>
background-color css
<style>
a { background-color: #EFE970; }
a { background-color: rgb(239,233,112); }
div.DivClassName
{
background-color: #EFE970;
}
.BgClassName
{
background-color: #EFE970;
}
</style>
border-color css
<style>
span { border-color: #EFE970; }
span { border-color: rgb(239,233,112); }
td.TdClassName
{
border-color: #EFE970;
}
.TagClassName
{
border-color: #EFE970;
}
</style>