Shades of Dolly #EFE56D
Tints of Dolly #EFE56D
RGB
CMYK
RGB Variations
Color information
#EFE56D (or 0xEFE56D) is known color: Dolly. HEX triplet: EF, E5 and 6D. RGB value is (239,229,109). Sum of RGB (Red+Green+Blue) = 239+229+109=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 229 (89.84% from 255 or 39.69% from 577); Blue value is 109 (42.97% from 255 or 18.89% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE56D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE56D is #101A92. Grayscale: #DADADA. Windows color (decimal): -1055379 or 7202287. OLE color: 7202287.
HSL color Cylindrical-coordinate representation of color #EFE56D: hue angle of 55.38º 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 #EFE56D is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 109 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.06 |
| HSL | 55.38º | 0.8% | 0.68% | - |
| HSV(B) | 55.38º | 0.54% | 0.94% | - |
| XYZ | 66.38 | 75.49 | 25.54 | - |
| YUV | 218.31 | 66.31 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 109 | 0 | 0.04 | 0.54 | 0.06 | 55.38 | 0.8 | 0.68 |
| Hex | EF | E5 | 6D | 0 | 4 | 36 | 6 | 37 | 50 | 44 |
| Octal | 357 | 345 | 155 | 0 | 4 | 66 | 6 | 67 | 120 | 104 |
| Binary | 11101111 | 11100101 | 1101101 | 0 | 100 | 110110 | 110 | 110111 | 1010000 | 1000100 |
Color Harmonies of #EFE56D
Complementary color
Monochromatic Colors of #EFE56D
Black with #EFE56D
Text Example
Text Example
White with #EFE56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE56D; }
p { color: rgb(239,229,109); }
H1.HeaderClassName
{
color: #EFE56D;
}
.AnyTagClassName
{
color: #EFE56D;
}
</style>
background-color css
<style>
a { background-color: #EFE56D; }
a { background-color: rgb(239,229,109); }
div.DivClassName
{
background-color: #EFE56D;
}
.BgClassName
{
background-color: #EFE56D;
}
</style>
border-color css
<style>
span { border-color: #EFE56D; }
span { border-color: rgb(239,229,109); }
td.TdClassName
{
border-color: #EFE56D;
}
.TagClassName
{
border-color: #EFE56D;
}
</style>