Shades of Sidecar #E9DCAA
Tints of Sidecar #E9DCAA
RGB
CMYK
RGB Variations
Color information
#E9DCAA (or 0xE9DCAA) is known color: Sidecar. HEX triplet: E9, DC and AA. RGB value is (233,220,170). Sum of RGB (Red+Green+Blue) = 233+220+170=623 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.40% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 170 (66.80% from 255 or 27.29% from 623); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DCAA is #162355. Grayscale: #DADADA. Windows color (decimal): -1450838 or 11197673. OLE color: 11197673.
HSL color Cylindrical-coordinate representation of color #E9DCAA: hue angle of 47.62º degrees, saturation: 0.59, 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 #E9DCAA is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 220 | 170 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.09 |
| HSL | 47.62º | 0.59% | 0.79% | - |
| HSV(B) | 47.62º | 0.27% | 0.91% | - |
| XYZ | 66.45 | 71.41 | 48.31 | - |
| YUV | 218.19 | 100.81 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 220 | 170 | 0 | 0.06 | 0.27 | 0.09 | 47.62 | 0.59 | 0.79 |
| Hex | E9 | DC | AA | 0 | 6 | 1B | 9 | 30 | 3B | 4F |
| Octal | 351 | 334 | 252 | 0 | 6 | 33 | 11 | 60 | 73 | 117 |
| Binary | 11101001 | 11011100 | 10101010 | 0 | 110 | 11011 | 1001 | 110000 | 111011 | 1001111 |
Color Harmonies of #E9DCAA
Complementary color
Monochromatic Colors of #E9DCAA
Black with #E9DCAA
Text Example
Text Example
White with #E9DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DCAA; }
p { color: rgb(233,220,170); }
H1.HeaderClassName
{
color: #E9DCAA;
}
.AnyTagClassName
{
color: #E9DCAA;
}
</style>
background-color css
<style>
a { background-color: #E9DCAA; }
a { background-color: rgb(233,220,170); }
div.DivClassName
{
background-color: #E9DCAA;
}
.BgClassName
{
background-color: #E9DCAA;
}
</style>
border-color css
<style>
span { border-color: #E9DCAA; }
span { border-color: rgb(233,220,170); }
td.TdClassName
{
border-color: #E9DCAA;
}
.TagClassName
{
border-color: #E9DCAA;
}
</style>