Shades of Sidecar #E8DEAA
Tints of Sidecar #E8DEAA
RGB
CMYK
RGB Variations
Color information
#E8DEAA (or 0xE8DEAA) is known color: Sidecar. HEX triplet: E8, DE and AA. RGB value is (232,222,170). Sum of RGB (Red+Green+Blue) = 232+222+170=624 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.18% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 170 (66.80% from 255 or 27.24% from 624); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DEAA is #172155. Grayscale: #DBDBDB. Windows color (decimal): -1515862 or 11198184. OLE color: 11198184.
HSL color Cylindrical-coordinate representation of color #E8DEAA: hue angle of 50.32º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E8DEAA is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 222 | 170 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.09 |
| HSL | 50.32º | 0.57% | 0.79% | - |
| HSV(B) | 50.32º | 0.27% | 0.91% | - |
| XYZ | 66.66 | 72.3 | 48.47 | - |
| YUV | 219.06 | 100.31 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 222 | 170 | 0 | 0.04 | 0.27 | 0.09 | 50.32 | 0.57 | 0.79 |
| Hex | E8 | DE | AA | 0 | 4 | 1B | 9 | 32 | 39 | 4F |
| Octal | 350 | 336 | 252 | 0 | 4 | 33 | 11 | 62 | 71 | 117 |
| Binary | 11101000 | 11011110 | 10101010 | 0 | 100 | 11011 | 1001 | 110010 | 111001 | 1001111 |
Color Harmonies of #E8DEAA
Complementary color
Monochromatic Colors of #E8DEAA
Black with #E8DEAA
Text Example
Text Example
White with #E8DEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DEAA; }
p { color: rgb(232,222,170); }
H1.HeaderClassName
{
color: #E8DEAA;
}
.AnyTagClassName
{
color: #E8DEAA;
}
</style>
background-color css
<style>
a { background-color: #E8DEAA; }
a { background-color: rgb(232,222,170); }
div.DivClassName
{
background-color: #E8DEAA;
}
.BgClassName
{
background-color: #E8DEAA;
}
</style>
border-color css
<style>
span { border-color: #E8DEAA; }
span { border-color: rgb(232,222,170); }
td.TdClassName
{
border-color: #E8DEAA;
}
.TagClassName
{
border-color: #E8DEAA;
}
</style>