Shades of Dolly #EFE871
Tints of Dolly #EFE871
RGB
CMYK
RGB Variations
Color information
#EFE871 (or 0xEFE871) is known color: Dolly. HEX triplet: EF, E8 and 71. RGB value is (239,232,113). Sum of RGB (Red+Green+Blue) = 239+232+113=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 232 (91.02% from 255 or 39.73% from 584); Blue value is 113 (44.53% from 255 or 19.35% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE871 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE871 is #10178E. Grayscale: #DDDDDD. Windows color (decimal): -1054607 or 7465199. OLE color: 7465199.
HSL color Cylindrical-coordinate representation of color #EFE871: hue angle of 56.67º 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 #EFE871 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 113 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.06 |
| HSL | 56.67º | 0.8% | 0.69% | - |
| HSV(B) | 56.67º | 0.53% | 0.94% | - |
| XYZ | 67.43 | 77.26 | 26.98 | - |
| YUV | 220.53 | 67.32 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 113 | 0 | 0.03 | 0.53 | 0.06 | 56.67 | 0.8 | 0.69 |
| Hex | EF | E8 | 71 | 0 | 3 | 35 | 6 | 39 | 50 | 45 |
| Octal | 357 | 350 | 161 | 0 | 3 | 65 | 6 | 71 | 120 | 105 |
| Binary | 11101111 | 11101000 | 1110001 | 0 | 11 | 110101 | 110 | 111001 | 1010000 | 1000101 |
Color Harmonies of #EFE871
Complementary color
Monochromatic Colors of #EFE871
Black with #EFE871
Text Example
Text Example
White with #EFE871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE871; }
p { color: rgb(239,232,113); }
H1.HeaderClassName
{
color: #EFE871;
}
.AnyTagClassName
{
color: #EFE871;
}
</style>
background-color css
<style>
a { background-color: #EFE871; }
a { background-color: rgb(239,232,113); }
div.DivClassName
{
background-color: #EFE871;
}
.BgClassName
{
background-color: #EFE871;
}
</style>
border-color css
<style>
span { border-color: #EFE871; }
span { border-color: rgb(239,232,113); }
td.TdClassName
{
border-color: #EFE871;
}
.TagClassName
{
border-color: #EFE871;
}
</style>