Shades of Sidecar #E5D9AA
Tints of Sidecar #E5D9AA
RGB
CMYK
RGB Variations
Color information
#E5D9AA (or 0xE5D9AA) is known color: Sidecar. HEX triplet: E5, D9 and AA. RGB value is (229,217,170). Sum of RGB (Red+Green+Blue) = 229+217+170=616 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.18% from 616); Green value is 217 (85.16% from 255 or 35.23% from 616); Blue value is 170 (66.80% from 255 or 27.60% from 616); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D9AA is #1A2655. Grayscale: #D7D7D7. Windows color (decimal): -1713750 or 11196901. OLE color: 11196901.
HSL color Cylindrical-coordinate representation of color #E5D9AA: hue angle of 47.8º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5D9AA is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 217 | 170 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.10 |
| HSL | 47.8º | 0.53% | 0.78% | - |
| HSV(B) | 47.8º | 0.26% | 0.9% | - |
| XYZ | 64.38 | 69.19 | 47.99 | - |
| YUV | 215.23 | 102.48 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 217 | 170 | 0 | 0.05 | 0.26 | 0.10 | 47.8 | 0.53 | 0.78 |
| Hex | E5 | D9 | AA | 0 | 5 | 1A | A | 30 | 35 | 4E |
| Octal | 345 | 331 | 252 | 0 | 5 | 32 | 12 | 60 | 65 | 116 |
| Binary | 11100101 | 11011001 | 10101010 | 0 | 101 | 11010 | 1010 | 110000 | 110101 | 1001110 |
Color Harmonies of #E5D9AA
Complementary color
Monochromatic Colors of #E5D9AA
Black with #E5D9AA
Text Example
Text Example
White with #E5D9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D9AA; }
p { color: rgb(229,217,170); }
H1.HeaderClassName
{
color: #E5D9AA;
}
.AnyTagClassName
{
color: #E5D9AA;
}
</style>
background-color css
<style>
a { background-color: #E5D9AA; }
a { background-color: rgb(229,217,170); }
div.DivClassName
{
background-color: #E5D9AA;
}
.BgClassName
{
background-color: #E5D9AA;
}
</style>
border-color css
<style>
span { border-color: #E5D9AA; }
span { border-color: rgb(229,217,170); }
td.TdClassName
{
border-color: #E5D9AA;
}
.TagClassName
{
border-color: #E5D9AA;
}
</style>