Shades of Dolly #EEED75
Tints of Dolly #EEED75
RGB
CMYK
RGB Variations
Color information
#EEED75 (or 0xEEED75) is known color: Dolly. HEX triplet: EE, ED and 75. RGB value is (238,237,117). Sum of RGB (Red+Green+Blue) = 238+237+117=592 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.20% from 592); Green value is 237 (92.97% from 255 or 40.03% from 592); Blue value is 117 (46.09% from 255 or 19.76% from 592); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEED75 is #11128A. Grayscale: #E0E0E0. Windows color (decimal): -1118859 or 7728622. OLE color: 7728622.
HSL color Cylindrical-coordinate representation of color #EEED75: hue angle of 59.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EEED75 is Cyan = 0, Magento = 0.00, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 117 | - |
| CMYK | 0 | 0.00 | 0.51 | 0.07 |
| HSL | 59.5º | 0.78% | 0.7% | - |
| HSV(B) | 59.5º | 0.51% | 0.93% | - |
| XYZ | 68.75 | 80.03 | 28.65 | - |
| YUV | 223.62 | 67.83 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 117 | 0 | 0.00 | 0.51 | 0.07 | 59.5 | 0.78 | 0.7 |
| Hex | EE | ED | 75 | 0 | 0 | 33 | 7 | 3C | 4E | 46 |
| Octal | 356 | 355 | 165 | 0 | 0 | 63 | 7 | 74 | 116 | 106 |
| Binary | 11101110 | 11101101 | 1110101 | 0 | 0 | 110011 | 111 | 111100 | 1001110 | 1000110 |
Color Harmonies of #EEED75
Complementary color
Monochromatic Colors of #EEED75
Black with #EEED75
Text Example
Text Example
White with #EEED75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEED75; }
p { color: rgb(238,237,117); }
H1.HeaderClassName
{
color: #EEED75;
}
.AnyTagClassName
{
color: #EEED75;
}
</style>
background-color css
<style>
a { background-color: #EEED75; }
a { background-color: rgb(238,237,117); }
div.DivClassName
{
background-color: #EEED75;
}
.BgClassName
{
background-color: #EEED75;
}
</style>
border-color css
<style>
span { border-color: #EEED75; }
span { border-color: rgb(238,237,117); }
td.TdClassName
{
border-color: #EEED75;
}
.TagClassName
{
border-color: #EEED75;
}
</style>