Shades of Sidecar #E8DCAA
Tints of Sidecar #E8DCAA
RGB
CMYK
RGB Variations
Color information
#E8DCAA (or 0xE8DCAA) is known color: Sidecar. HEX triplet: E8, DC and AA. RGB value is (232,220,170). Sum of RGB (Red+Green+Blue) = 232+220+170=622 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.30% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 170 (66.80% from 255 or 27.33% from 622); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DCAA is #172355. Grayscale: #DADADA. Windows color (decimal): -1516374 or 11197672. OLE color: 11197672.
HSL color Cylindrical-coordinate representation of color #E8DCAA: hue angle of 48.39º 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 #E8DCAA is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 220 | 170 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.09 |
| HSL | 48.39º | 0.57% | 0.79% | - |
| HSV(B) | 48.39º | 0.27% | 0.91% | - |
| XYZ | 66.13 | 71.24 | 48.3 | - |
| YUV | 217.89 | 100.98 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 220 | 170 | 0 | 0.05 | 0.27 | 0.09 | 48.39 | 0.57 | 0.79 |
| Hex | E8 | DC | AA | 0 | 5 | 1B | 9 | 30 | 39 | 4F |
| Octal | 350 | 334 | 252 | 0 | 5 | 33 | 11 | 60 | 71 | 117 |
| Binary | 11101000 | 11011100 | 10101010 | 0 | 101 | 11011 | 1001 | 110000 | 111001 | 1001111 |
Color Harmonies of #E8DCAA
Complementary color
Monochromatic Colors of #E8DCAA
Black with #E8DCAA
Text Example
Text Example
White with #E8DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DCAA; }
p { color: rgb(232,220,170); }
H1.HeaderClassName
{
color: #E8DCAA;
}
.AnyTagClassName
{
color: #E8DCAA;
}
</style>
background-color css
<style>
a { background-color: #E8DCAA; }
a { background-color: rgb(232,220,170); }
div.DivClassName
{
background-color: #E8DCAA;
}
.BgClassName
{
background-color: #E8DCAA;
}
</style>
border-color css
<style>
span { border-color: #E8DCAA; }
span { border-color: rgb(232,220,170); }
td.TdClassName
{
border-color: #E8DCAA;
}
.TagClassName
{
border-color: #E8DCAA;
}
</style>