Shades of Dolly #EFE972
Tints of Dolly #EFE972
RGB
CMYK
RGB Variations
Color information
#EFE972 (or 0xEFE972) is known color: Dolly. HEX triplet: EF, E9 and 72. RGB value is (239,233,114). Sum of RGB (Red+Green+Blue) = 239+233+114=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 233 (91.41% from 255 or 39.76% from 586); Blue value is 114 (44.92% from 255 or 19.45% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE972 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE972 is #10168D. Grayscale: #DDDDDD. Windows color (decimal): -1054350 or 7530991. OLE color: 7530991.
HSL color Cylindrical-coordinate representation of color #EFE972: hue angle of 57.12º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EFE972 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 114 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.06 |
| HSL | 57.12º | 0.8% | 0.69% | - |
| HSV(B) | 57.12º | 0.52% | 0.94% | - |
| XYZ | 67.77 | 77.84 | 27.37 | - |
| YUV | 221.23 | 67.49 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 114 | 0 | 0.03 | 0.52 | 0.06 | 57.12 | 0.8 | 0.69 |
| Hex | EF | E9 | 72 | 0 | 3 | 34 | 6 | 39 | 50 | 45 |
| Octal | 357 | 351 | 162 | 0 | 3 | 64 | 6 | 71 | 120 | 105 |
| Binary | 11101111 | 11101001 | 1110010 | 0 | 11 | 110100 | 110 | 111001 | 1010000 | 1000101 |
Color Harmonies of #EFE972
Complementary color
Monochromatic Colors of #EFE972
Black with #EFE972
Text Example
Text Example
White with #EFE972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE972; }
p { color: rgb(239,233,114); }
H1.HeaderClassName
{
color: #EFE972;
}
.AnyTagClassName
{
color: #EFE972;
}
</style>
background-color css
<style>
a { background-color: #EFE972; }
a { background-color: rgb(239,233,114); }
div.DivClassName
{
background-color: #EFE972;
}
.BgClassName
{
background-color: #EFE972;
}
</style>
border-color css
<style>
span { border-color: #EFE972; }
span { border-color: rgb(239,233,114); }
td.TdClassName
{
border-color: #EFE972;
}
.TagClassName
{
border-color: #EFE972;
}
</style>