Shades of Sidecar #EEDDAA
Tints of Sidecar #EEDDAA
RGB
CMYK
RGB Variations
Color information
#EEDDAA (or 0xEEDDAA) is known color: Sidecar. HEX triplet: EE, DD and AA. RGB value is (238,221,170). Sum of RGB (Red+Green+Blue) = 238+221+170=629 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.84% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 170 (66.80% from 255 or 27.03% from 629); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDDAA is #112255. Grayscale: #DCDCDC. Windows color (decimal): -1122902 or 11197934. OLE color: 11197934.
HSL color Cylindrical-coordinate representation of color #EEDDAA: hue angle of 45º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEDDAA is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 170 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.07 |
| HSL | 45º | 0.67% | 0.8% | - |
| HSV(B) | 45º | 0.29% | 0.93% | - |
| XYZ | 68.37 | 72.79 | 48.48 | - |
| YUV | 220.27 | 99.63 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 170 | 0 | 0.07 | 0.29 | 0.07 | 45 | 0.67 | 0.8 |
| Hex | EE | DD | AA | 0 | 7 | 1D | 7 | 2D | 43 | 50 |
| Octal | 356 | 335 | 252 | 0 | 7 | 35 | 7 | 55 | 103 | 120 |
| Binary | 11101110 | 11011101 | 10101010 | 0 | 111 | 11101 | 111 | 101101 | 1000011 | 1010000 |
Color Harmonies of #EEDDAA
Complementary color
Monochromatic Colors of #EEDDAA
Black with #EEDDAA
Text Example
Text Example
White with #EEDDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDDAA; }
p { color: rgb(238,221,170); }
H1.HeaderClassName
{
color: #EEDDAA;
}
.AnyTagClassName
{
color: #EEDDAA;
}
</style>
background-color css
<style>
a { background-color: #EEDDAA; }
a { background-color: rgb(238,221,170); }
div.DivClassName
{
background-color: #EEDDAA;
}
.BgClassName
{
background-color: #EEDDAA;
}
</style>
border-color css
<style>
span { border-color: #EEDDAA; }
span { border-color: rgb(238,221,170); }
td.TdClassName
{
border-color: #EEDDAA;
}
.TagClassName
{
border-color: #EEDDAA;
}
</style>