Shades of Dolly #EFE46D
Tints of Dolly #EFE46D
RGB
CMYK
RGB Variations
Color information
#EFE46D (or 0xEFE46D) is known color: Dolly. HEX triplet: EF, E4 and 6D. RGB value is (239,228,109). Sum of RGB (Red+Green+Blue) = 239+228+109=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 228 (89.45% from 255 or 39.58% from 576); Blue value is 109 (42.97% from 255 or 18.92% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE46D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE46D is #101B92. Grayscale: #DADADA. Windows color (decimal): -1055635 or 7202031. OLE color: 7202031.
HSL color Cylindrical-coordinate representation of color #EFE46D: hue angle of 54.92º 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 #EFE46D is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 109 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.06 |
| HSL | 54.92º | 0.8% | 0.68% | - |
| HSV(B) | 54.92º | 0.54% | 0.94% | - |
| XYZ | 66.1 | 74.94 | 25.45 | - |
| YUV | 217.72 | 66.64 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 109 | 0 | 0.05 | 0.54 | 0.06 | 54.92 | 0.8 | 0.68 |
| Hex | EF | E4 | 6D | 0 | 5 | 36 | 6 | 37 | 50 | 44 |
| Octal | 357 | 344 | 155 | 0 | 5 | 66 | 6 | 67 | 120 | 104 |
| Binary | 11101111 | 11100100 | 1101101 | 0 | 101 | 110110 | 110 | 110111 | 1010000 | 1000100 |
Color Harmonies of #EFE46D
Complementary color
Monochromatic Colors of #EFE46D
Black with #EFE46D
Text Example
Text Example
White with #EFE46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE46D; }
p { color: rgb(239,228,109); }
H1.HeaderClassName
{
color: #EFE46D;
}
.AnyTagClassName
{
color: #EFE46D;
}
</style>
background-color css
<style>
a { background-color: #EFE46D; }
a { background-color: rgb(239,228,109); }
div.DivClassName
{
background-color: #EFE46D;
}
.BgClassName
{
background-color: #EFE46D;
}
</style>
border-color css
<style>
span { border-color: #EFE46D; }
span { border-color: rgb(239,228,109); }
td.TdClassName
{
border-color: #EFE46D;
}
.TagClassName
{
border-color: #EFE46D;
}
</style>