Shades of Sidecar #EEDEAA
Tints of Sidecar #EEDEAA
RGB
CMYK
RGB Variations
Color information
#EEDEAA (or 0xEEDEAA) is known color: Sidecar. HEX triplet: EE, DE and AA. RGB value is (238,222,170). Sum of RGB (Red+Green+Blue) = 238+222+170=630 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.78% from 630); Green value is 222 (87.11% from 255 or 35.24% from 630); Blue value is 170 (66.80% from 255 or 26.98% from 630); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDEAA is #112155. Grayscale: #DDDDDD. Windows color (decimal): -1122646 or 11198190. OLE color: 11198190.
HSL color Cylindrical-coordinate representation of color #EEDEAA: hue angle of 45.88º 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 #EEDEAA is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 170 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.07 |
| HSL | 45.88º | 0.67% | 0.8% | - |
| HSV(B) | 45.88º | 0.29% | 0.93% | - |
| XYZ | 68.64 | 73.32 | 48.57 | - |
| YUV | 220.86 | 99.3 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 170 | 0 | 0.07 | 0.29 | 0.07 | 45.88 | 0.67 | 0.8 |
| Hex | EE | DE | AA | 0 | 7 | 1D | 7 | 2E | 43 | 50 |
| Octal | 356 | 336 | 252 | 0 | 7 | 35 | 7 | 56 | 103 | 120 |
| Binary | 11101110 | 11011110 | 10101010 | 0 | 111 | 11101 | 111 | 101110 | 1000011 | 1010000 |
Color Harmonies of #EEDEAA
Complementary color
Monochromatic Colors of #EEDEAA
Black with #EEDEAA
Text Example
Text Example
White with #EEDEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDEAA; }
p { color: rgb(238,222,170); }
H1.HeaderClassName
{
color: #EEDEAA;
}
.AnyTagClassName
{
color: #EEDEAA;
}
</style>
background-color css
<style>
a { background-color: #EEDEAA; }
a { background-color: rgb(238,222,170); }
div.DivClassName
{
background-color: #EEDEAA;
}
.BgClassName
{
background-color: #EEDEAA;
}
</style>
border-color css
<style>
span { border-color: #EEDEAA; }
span { border-color: rgb(238,222,170); }
td.TdClassName
{
border-color: #EEDEAA;
}
.TagClassName
{
border-color: #EEDEAA;
}
</style>