Shades of Dolly #EFE96D
Tints of Dolly #EFE96D
RGB
CMYK
RGB Variations
Color information
#EFE96D (or 0xEFE96D) is known color: Dolly. HEX triplet: EF, E9 and 6D. RGB value is (239,233,109). Sum of RGB (Red+Green+Blue) = 239+233+109=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 233 (91.41% from 255 or 40.10% from 581); Blue value is 109 (42.97% from 255 or 18.76% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE96D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE96D is #101692. Grayscale: #DDDDDD. Windows color (decimal): -1054355 or 7203311. OLE color: 7203311.
HSL color Cylindrical-coordinate representation of color #EFE96D: hue angle of 57.23º 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 #EFE96D is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 109 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.06 |
| HSL | 57.23º | 0.8% | 0.68% | - |
| HSV(B) | 57.23º | 0.54% | 0.94% | - |
| XYZ | 67.5 | 77.73 | 25.91 | - |
| YUV | 220.66 | 64.99 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 109 | 0 | 0.03 | 0.54 | 0.06 | 57.23 | 0.8 | 0.68 |
| Hex | EF | E9 | 6D | 0 | 3 | 36 | 6 | 39 | 50 | 44 |
| Octal | 357 | 351 | 155 | 0 | 3 | 66 | 6 | 71 | 120 | 104 |
| Binary | 11101111 | 11101001 | 1101101 | 0 | 11 | 110110 | 110 | 111001 | 1010000 | 1000100 |
Color Harmonies of #EFE96D
Complementary color
Monochromatic Colors of #EFE96D
Black with #EFE96D
Text Example
Text Example
White with #EFE96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE96D; }
p { color: rgb(239,233,109); }
H1.HeaderClassName
{
color: #EFE96D;
}
.AnyTagClassName
{
color: #EFE96D;
}
</style>
background-color css
<style>
a { background-color: #EFE96D; }
a { background-color: rgb(239,233,109); }
div.DivClassName
{
background-color: #EFE96D;
}
.BgClassName
{
background-color: #EFE96D;
}
</style>
border-color css
<style>
span { border-color: #EFE96D; }
span { border-color: rgb(239,233,109); }
td.TdClassName
{
border-color: #EFE96D;
}
.TagClassName
{
border-color: #EFE96D;
}
</style>