Shades of Sidecar #E5DAAF
Tints of Sidecar #E5DAAF
RGB
CMYK
RGB Variations
Color information
#E5DAAF (or 0xE5DAAF) is known color: Sidecar. HEX triplet: E5, DA and AF. RGB value is (229,218,175). Sum of RGB (Red+Green+Blue) = 229+218+175=622 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.82% from 622); Green value is 218 (85.55% from 255 or 35.05% from 622); Blue value is 175 (68.75% from 255 or 28.14% from 622); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DAAF is #1A2550. Grayscale: #D8D8D8. Windows color (decimal): -1713489 or 11524837. OLE color: 11524837.
HSL color Cylindrical-coordinate representation of color #E5DAAF: hue angle of 47.78º 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 #E5DAAF is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 218 | 175 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.10 |
| HSL | 47.78º | 0.51% | 0.79% | - |
| HSV(B) | 47.78º | 0.24% | 0.9% | - |
| XYZ | 65.12 | 69.9 | 50.62 | - |
| YUV | 216.39 | 104.64 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 218 | 175 | 0 | 0.05 | 0.24 | 0.10 | 47.78 | 0.51 | 0.79 |
| Hex | E5 | DA | AF | 0 | 5 | 18 | A | 30 | 33 | 4F |
| Octal | 345 | 332 | 257 | 0 | 5 | 30 | 12 | 60 | 63 | 117 |
| Binary | 11100101 | 11011010 | 10101111 | 0 | 101 | 11000 | 1010 | 110000 | 110011 | 1001111 |
Color Harmonies of #E5DAAF
Complementary color
Monochromatic Colors of #E5DAAF
Black with #E5DAAF
Text Example
Text Example
White with #E5DAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DAAF; }
p { color: rgb(229,218,175); }
H1.HeaderClassName
{
color: #E5DAAF;
}
.AnyTagClassName
{
color: #E5DAAF;
}
</style>
background-color css
<style>
a { background-color: #E5DAAF; }
a { background-color: rgb(229,218,175); }
div.DivClassName
{
background-color: #E5DAAF;
}
.BgClassName
{
background-color: #E5DAAF;
}
</style>
border-color css
<style>
span { border-color: #E5DAAF; }
span { border-color: rgb(229,218,175); }
td.TdClassName
{
border-color: #E5DAAF;
}
.TagClassName
{
border-color: #E5DAAF;
}
</style>