Shades of Sidecar #E5D9AF
Tints of Sidecar #E5D9AF
RGB
CMYK
RGB Variations
Color information
#E5D9AF (or 0xE5D9AF) is known color: Sidecar. HEX triplet: E5, D9 and AF. RGB value is (229,217,175). Sum of RGB (Red+Green+Blue) = 229+217+175=621 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.88% from 621); Green value is 217 (85.16% from 255 or 34.94% from 621); Blue value is 175 (68.75% from 255 or 28.18% from 621); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D9AF is #1A2650. Grayscale: #D7D7D7. Windows color (decimal): -1713745 or 11524581. OLE color: 11524581.
HSL color Cylindrical-coordinate representation of color #E5D9AF: hue angle of 46.67º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5D9AF is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 217 | 175 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.10 |
| HSL | 46.67º | 0.51% | 0.79% | - |
| HSV(B) | 46.67º | 0.24% | 0.9% | - |
| XYZ | 64.86 | 69.38 | 50.53 | - |
| YUV | 215.8 | 104.98 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 217 | 175 | 0 | 0.05 | 0.24 | 0.10 | 46.67 | 0.51 | 0.79 |
| Hex | E5 | D9 | AF | 0 | 5 | 18 | A | 2F | 33 | 4F |
| Octal | 345 | 331 | 257 | 0 | 5 | 30 | 12 | 57 | 63 | 117 |
| Binary | 11100101 | 11011001 | 10101111 | 0 | 101 | 11000 | 1010 | 101111 | 110011 | 1001111 |
Color Harmonies of #E5D9AF
Complementary color
Monochromatic Colors of #E5D9AF
Black with #E5D9AF
Text Example
Text Example
White with #E5D9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D9AF; }
p { color: rgb(229,217,175); }
H1.HeaderClassName
{
color: #E5D9AF;
}
.AnyTagClassName
{
color: #E5D9AF;
}
</style>
background-color css
<style>
a { background-color: #E5D9AF; }
a { background-color: rgb(229,217,175); }
div.DivClassName
{
background-color: #E5D9AF;
}
.BgClassName
{
background-color: #E5D9AF;
}
</style>
border-color css
<style>
span { border-color: #E5D9AF; }
span { border-color: rgb(229,217,175); }
td.TdClassName
{
border-color: #E5D9AF;
}
.TagClassName
{
border-color: #E5D9AF;
}
</style>