Shades of Dolly #EFE46E
Tints of Dolly #EFE46E
RGB
CMYK
RGB Variations
Color information
#EFE46E (or 0xEFE46E) is known color: Dolly. HEX triplet: EF, E4 and 6E. RGB value is (239,228,110). Sum of RGB (Red+Green+Blue) = 239+228+110=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 228 (89.45% from 255 or 39.51% from 577); Blue value is 110 (43.36% from 255 or 19.06% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE46E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE46E is #101B91. Grayscale: #DADADA. Windows color (decimal): -1055634 or 7267567. OLE color: 7267567.
HSL color Cylindrical-coordinate representation of color #EFE46E: hue angle of 54.88º 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 #EFE46E is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 110 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.06 |
| HSL | 54.88º | 0.8% | 0.68% | - |
| HSV(B) | 54.88º | 0.54% | 0.94% | - |
| XYZ | 66.15 | 74.96 | 25.73 | - |
| YUV | 217.84 | 67.14 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 110 | 0 | 0.05 | 0.54 | 0.06 | 54.88 | 0.8 | 0.68 |
| Hex | EF | E4 | 6E | 0 | 5 | 36 | 6 | 37 | 50 | 44 |
| Octal | 357 | 344 | 156 | 0 | 5 | 66 | 6 | 67 | 120 | 104 |
| Binary | 11101111 | 11100100 | 1101110 | 0 | 101 | 110110 | 110 | 110111 | 1010000 | 1000100 |
Color Harmonies of #EFE46E
Complementary color
Monochromatic Colors of #EFE46E
Black with #EFE46E
Text Example
Text Example
White with #EFE46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE46E; }
p { color: rgb(239,228,110); }
H1.HeaderClassName
{
color: #EFE46E;
}
.AnyTagClassName
{
color: #EFE46E;
}
</style>
background-color css
<style>
a { background-color: #EFE46E; }
a { background-color: rgb(239,228,110); }
div.DivClassName
{
background-color: #EFE46E;
}
.BgClassName
{
background-color: #EFE46E;
}
</style>
border-color css
<style>
span { border-color: #EFE46E; }
span { border-color: rgb(239,228,110); }
td.TdClassName
{
border-color: #EFE46E;
}
.TagClassName
{
border-color: #EFE46E;
}
</style>