Shades of Dolly #EFEE6E
Tints of Dolly #EFEE6E
RGB
CMYK
RGB Variations
Color information
#EFEE6E (or 0xEFEE6E) is known color: Dolly. HEX triplet: EF, EE and 6E. RGB value is (239,238,110). Sum of RGB (Red+Green+Blue) = 239+238+110=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 238 (93.36% from 255 or 40.55% from 587); Blue value is 110 (43.36% from 255 or 18.74% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEE6E is #101191. Grayscale: #E0E0E0. Windows color (decimal): -1053074 or 7270127. OLE color: 7270127.
HSL color Cylindrical-coordinate representation of color #EFEE6E: hue angle of 59.53º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFEE6E is Cyan = 0, Magento = 0.00, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 238 | 110 | - |
| CMYK | 0 | 0.00 | 0.54 | 0.06 |
| HSL | 59.53º | 0.8% | 0.68% | - |
| HSV(B) | 59.53º | 0.54% | 0.94% | - |
| XYZ | 68.99 | 80.63 | 26.68 | - |
| YUV | 223.71 | 63.83 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 110 | 0 | 0.00 | 0.54 | 0.06 | 59.53 | 0.8 | 0.68 |
| Hex | EF | EE | 6E | 0 | 0 | 36 | 6 | 3C | 50 | 44 |
| Octal | 357 | 356 | 156 | 0 | 0 | 66 | 6 | 74 | 120 | 104 |
| Binary | 11101111 | 11101110 | 1101110 | 0 | 0 | 110110 | 110 | 111100 | 1010000 | 1000100 |
Color Harmonies of #EFEE6E
Complementary color
Monochromatic Colors of #EFEE6E
Black with #EFEE6E
Text Example
Text Example
White with #EFEE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEE6E; }
p { color: rgb(239,238,110); }
H1.HeaderClassName
{
color: #EFEE6E;
}
.AnyTagClassName
{
color: #EFEE6E;
}
</style>
background-color css
<style>
a { background-color: #EFEE6E; }
a { background-color: rgb(239,238,110); }
div.DivClassName
{
background-color: #EFEE6E;
}
.BgClassName
{
background-color: #EFEE6E;
}
</style>
border-color css
<style>
span { border-color: #EFEE6E; }
span { border-color: rgb(239,238,110); }
td.TdClassName
{
border-color: #EFEE6E;
}
.TagClassName
{
border-color: #EFEE6E;
}
</style>