Shades of Dolly #EFEC73
Tints of Dolly #EFEC73
RGB
CMYK
RGB Variations
Color information
#EFEC73 (or 0xEFEC73) is known color: Dolly. HEX triplet: EF, EC and 73. RGB value is (239,236,115). Sum of RGB (Red+Green+Blue) = 239+236+115=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 236 (92.58% from 255 or 40% from 590); Blue value is 115 (45.31% from 255 or 19.49% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEC73 is #10138C. Grayscale: #DFDFDF. Windows color (decimal): -1053581 or 7597295. OLE color: 7597295.
HSL color Cylindrical-coordinate representation of color #EFEC73: hue angle of 58.55º degrees, saturation: 0.79, 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 #EFEC73 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 236 | 115 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.06 |
| HSL | 58.55º | 0.79% | 0.69% | - |
| HSV(B) | 58.55º | 0.52% | 0.94% | - |
| XYZ | 68.69 | 79.58 | 27.96 | - |
| YUV | 223.1 | 66.99 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 115 | 0 | 0.01 | 0.52 | 0.06 | 58.55 | 0.79 | 0.69 |
| Hex | EF | EC | 73 | 0 | 1 | 34 | 6 | 3B | 4F | 45 |
| Octal | 357 | 354 | 163 | 0 | 1 | 64 | 6 | 73 | 117 | 105 |
| Binary | 11101111 | 11101100 | 1110011 | 0 | 1 | 110100 | 110 | 111011 | 1001111 | 1000101 |
Color Harmonies of #EFEC73
Complementary color
Monochromatic Colors of #EFEC73
Black with #EFEC73
Text Example
Text Example
White with #EFEC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEC73; }
p { color: rgb(239,236,115); }
H1.HeaderClassName
{
color: #EFEC73;
}
.AnyTagClassName
{
color: #EFEC73;
}
</style>
background-color css
<style>
a { background-color: #EFEC73; }
a { background-color: rgb(239,236,115); }
div.DivClassName
{
background-color: #EFEC73;
}
.BgClassName
{
background-color: #EFEC73;
}
</style>
border-color css
<style>
span { border-color: #EFEC73; }
span { border-color: rgb(239,236,115); }
td.TdClassName
{
border-color: #EFEC73;
}
.TagClassName
{
border-color: #EFEC73;
}
</style>