Shades of Dolly #EFEE73
Tints of Dolly #EFEE73
RGB
CMYK
RGB Variations
Color information
#EFEE73 (or 0xEFEE73) is known color: Dolly. HEX triplet: EF, EE and 73. RGB value is (239,238,115). Sum of RGB (Red+Green+Blue) = 239+238+115=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 238 (93.36% from 255 or 40.20% from 592); Blue value is 115 (45.31% from 255 or 19.43% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEE73 is #10118C. Grayscale: #E0E0E0. Windows color (decimal): -1053069 or 7597807. OLE color: 7597807.
HSL color Cylindrical-coordinate representation of color #EFEE73: hue angle of 59.52º 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 #EFEE73 is Cyan = 0, Magento = 0.00, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 238 | 115 | - |
| CMYK | 0 | 0.00 | 0.52 | 0.06 |
| HSL | 59.52º | 0.79% | 0.69% | - |
| HSV(B) | 59.52º | 0.52% | 0.94% | - |
| XYZ | 69.27 | 80.74 | 28.15 | - |
| YUV | 224.28 | 66.33 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 115 | 0 | 0.00 | 0.52 | 0.06 | 59.52 | 0.79 | 0.69 |
| Hex | EF | EE | 73 | 0 | 0 | 34 | 6 | 3C | 4F | 45 |
| Octal | 357 | 356 | 163 | 0 | 0 | 64 | 6 | 74 | 117 | 105 |
| Binary | 11101111 | 11101110 | 1110011 | 0 | 0 | 110100 | 110 | 111100 | 1001111 | 1000101 |
Color Harmonies of #EFEE73
Complementary color
Monochromatic Colors of #EFEE73
Black with #EFEE73
Text Example
Text Example
White with #EFEE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEE73; }
p { color: rgb(239,238,115); }
H1.HeaderClassName
{
color: #EFEE73;
}
.AnyTagClassName
{
color: #EFEE73;
}
</style>
background-color css
<style>
a { background-color: #EFEE73; }
a { background-color: rgb(239,238,115); }
div.DivClassName
{
background-color: #EFEE73;
}
.BgClassName
{
background-color: #EFEE73;
}
</style>
border-color css
<style>
span { border-color: #EFEE73; }
span { border-color: rgb(239,238,115); }
td.TdClassName
{
border-color: #EFEE73;
}
.TagClassName
{
border-color: #EFEE73;
}
</style>