Shades of Dolly #EFEC72
Tints of Dolly #EFEC72
RGB
CMYK
RGB Variations
Color information
#EFEC72 (or 0xEFEC72) is known color: Dolly. HEX triplet: EF, EC and 72. RGB value is (239,236,114). Sum of RGB (Red+Green+Blue) = 239+236+114=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 236 (92.58% from 255 or 40.07% from 589); Blue value is 114 (44.92% from 255 or 19.35% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEC72 is #10138D. Grayscale: #DFDFDF. Windows color (decimal): -1053582 or 7531759. OLE color: 7531759.
HSL color Cylindrical-coordinate representation of color #EFEC72: hue angle of 58.56º 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 #EFEC72 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 236 | 114 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.06 |
| HSL | 58.56º | 0.8% | 0.69% | - |
| HSV(B) | 58.56º | 0.52% | 0.94% | - |
| XYZ | 68.63 | 79.56 | 27.66 | - |
| YUV | 222.99 | 66.49 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 114 | 0 | 0.01 | 0.52 | 0.06 | 58.56 | 0.8 | 0.69 |
| Hex | EF | EC | 72 | 0 | 1 | 34 | 6 | 3B | 50 | 45 |
| Octal | 357 | 354 | 162 | 0 | 1 | 64 | 6 | 73 | 120 | 105 |
| Binary | 11101111 | 11101100 | 1110010 | 0 | 1 | 110100 | 110 | 111011 | 1010000 | 1000101 |
Color Harmonies of #EFEC72
Complementary color
Monochromatic Colors of #EFEC72
Black with #EFEC72
Text Example
Text Example
White with #EFEC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEC72; }
p { color: rgb(239,236,114); }
H1.HeaderClassName
{
color: #EFEC72;
}
.AnyTagClassName
{
color: #EFEC72;
}
</style>
background-color css
<style>
a { background-color: #EFEC72; }
a { background-color: rgb(239,236,114); }
div.DivClassName
{
background-color: #EFEC72;
}
.BgClassName
{
background-color: #EFEC72;
}
</style>
border-color css
<style>
span { border-color: #EFEC72; }
span { border-color: rgb(239,236,114); }
td.TdClassName
{
border-color: #EFEC72;
}
.TagClassName
{
border-color: #EFEC72;
}
</style>