Shades of Dolly #EFE56E
Tints of Dolly #EFE56E
RGB
CMYK
RGB Variations
Color information
#EFE56E (or 0xEFE56E) is known color: Dolly. HEX triplet: EF, E5 and 6E. RGB value is (239,229,110). Sum of RGB (Red+Green+Blue) = 239+229+110=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 229 (89.84% from 255 or 39.62% from 578); Blue value is 110 (43.36% from 255 or 19.03% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE56E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE56E is #101A91. Grayscale: #DADADA. Windows color (decimal): -1055378 or 7267823. OLE color: 7267823.
HSL color Cylindrical-coordinate representation of color #EFE56E: hue angle of 55.35º 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 #EFE56E is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 110 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.06 |
| HSL | 55.35º | 0.8% | 0.68% | - |
| HSV(B) | 55.35º | 0.54% | 0.94% | - |
| XYZ | 66.43 | 75.52 | 25.83 | - |
| YUV | 218.42 | 66.81 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 110 | 0 | 0.04 | 0.54 | 0.06 | 55.35 | 0.8 | 0.68 |
| Hex | EF | E5 | 6E | 0 | 4 | 36 | 6 | 37 | 50 | 44 |
| Octal | 357 | 345 | 156 | 0 | 4 | 66 | 6 | 67 | 120 | 104 |
| Binary | 11101111 | 11100101 | 1101110 | 0 | 100 | 110110 | 110 | 110111 | 1010000 | 1000100 |
Color Harmonies of #EFE56E
Complementary color
Monochromatic Colors of #EFE56E
Black with #EFE56E
Text Example
Text Example
White with #EFE56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE56E; }
p { color: rgb(239,229,110); }
H1.HeaderClassName
{
color: #EFE56E;
}
.AnyTagClassName
{
color: #EFE56E;
}
</style>
background-color css
<style>
a { background-color: #EFE56E; }
a { background-color: rgb(239,229,110); }
div.DivClassName
{
background-color: #EFE56E;
}
.BgClassName
{
background-color: #EFE56E;
}
</style>
border-color css
<style>
span { border-color: #EFE56E; }
span { border-color: rgb(239,229,110); }
td.TdClassName
{
border-color: #EFE56E;
}
.TagClassName
{
border-color: #EFE56E;
}
</style>