Shades of Dolly #EFE971
Tints of Dolly #EFE971
RGB
CMYK
RGB Variations
Color information
#EFE971 (or 0xEFE971) is known color: Dolly. HEX triplet: EF, E9 and 71. RGB value is (239,233,113). Sum of RGB (Red+Green+Blue) = 239+233+113=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 233 (91.41% from 255 or 39.83% from 585); Blue value is 113 (44.53% from 255 or 19.32% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE971 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE971 is #10168E. Grayscale: #DDDDDD. Windows color (decimal): -1054351 or 7465455. OLE color: 7465455.
HSL color Cylindrical-coordinate representation of color #EFE971: hue angle of 57.14º 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 #EFE971 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 113 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.06 |
| HSL | 57.14º | 0.8% | 0.69% | - |
| HSV(B) | 57.14º | 0.53% | 0.94% | - |
| XYZ | 67.72 | 77.82 | 27.07 | - |
| YUV | 221.11 | 66.99 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 113 | 0 | 0.03 | 0.53 | 0.06 | 57.14 | 0.8 | 0.69 |
| Hex | EF | E9 | 71 | 0 | 3 | 35 | 6 | 39 | 50 | 45 |
| Octal | 357 | 351 | 161 | 0 | 3 | 65 | 6 | 71 | 120 | 105 |
| Binary | 11101111 | 11101001 | 1110001 | 0 | 11 | 110101 | 110 | 111001 | 1010000 | 1000101 |
Color Harmonies of #EFE971
Complementary color
Monochromatic Colors of #EFE971
Black with #EFE971
Text Example
Text Example
White with #EFE971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE971; }
p { color: rgb(239,233,113); }
H1.HeaderClassName
{
color: #EFE971;
}
.AnyTagClassName
{
color: #EFE971;
}
</style>
background-color css
<style>
a { background-color: #EFE971; }
a { background-color: rgb(239,233,113); }
div.DivClassName
{
background-color: #EFE971;
}
.BgClassName
{
background-color: #EFE971;
}
</style>
border-color css
<style>
span { border-color: #EFE971; }
span { border-color: rgb(239,233,113); }
td.TdClassName
{
border-color: #EFE971;
}
.TagClassName
{
border-color: #EFE971;
}
</style>