Shades of Sidecar #E5DBAF
Tints of Sidecar #E5DBAF
RGB
CMYK
RGB Variations
Color information
#E5DBAF (or 0xE5DBAF) is known color: Sidecar. HEX triplet: E5, DB and AF. RGB value is (229,219,175). Sum of RGB (Red+Green+Blue) = 229+219+175=623 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.76% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 175 (68.75% from 255 or 28.09% from 623); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DBAF is #1A2450. Grayscale: #D9D9D9. Windows color (decimal): -1713233 or 11525093. OLE color: 11525093.
HSL color Cylindrical-coordinate representation of color #E5DBAF: hue angle of 48.89º 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 #E5DBAF is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 219 | 175 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.10 |
| HSL | 48.89º | 0.51% | 0.79% | - |
| HSV(B) | 48.89º | 0.24% | 0.9% | - |
| XYZ | 65.38 | 70.42 | 50.7 | - |
| YUV | 216.97 | 104.31 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 219 | 175 | 0 | 0.04 | 0.24 | 0.10 | 48.89 | 0.51 | 0.79 |
| Hex | E5 | DB | AF | 0 | 4 | 18 | A | 31 | 33 | 4F |
| Octal | 345 | 333 | 257 | 0 | 4 | 30 | 12 | 61 | 63 | 117 |
| Binary | 11100101 | 11011011 | 10101111 | 0 | 100 | 11000 | 1010 | 110001 | 110011 | 1001111 |
Color Harmonies of #E5DBAF
Complementary color
Monochromatic Colors of #E5DBAF
Black with #E5DBAF
Text Example
Text Example
White with #E5DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DBAF; }
p { color: rgb(229,219,175); }
H1.HeaderClassName
{
color: #E5DBAF;
}
.AnyTagClassName
{
color: #E5DBAF;
}
</style>
background-color css
<style>
a { background-color: #E5DBAF; }
a { background-color: rgb(229,219,175); }
div.DivClassName
{
background-color: #E5DBAF;
}
.BgClassName
{
background-color: #E5DBAF;
}
</style>
border-color css
<style>
span { border-color: #E5DBAF; }
span { border-color: rgb(229,219,175); }
td.TdClassName
{
border-color: #E5DBAF;
}
.TagClassName
{
border-color: #E5DBAF;
}
</style>