Shades of Sidecar #E7DBAF
Tints of Sidecar #E7DBAF
RGB
CMYK
RGB Variations
Color information
#E7DBAF (or 0xE7DBAF) is known color: Sidecar. HEX triplet: E7, DB and AF. RGB value is (231,219,175). Sum of RGB (Red+Green+Blue) = 231+219+175=625 (82% of max value = 765). Red value is 231 (90.62% from 255 or 36.96% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 175 (68.75% from 255 or 28% from 625); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DBAF is #182450. Grayscale: #D9D9D9. Windows color (decimal): -1582161 or 11525095. OLE color: 11525095.
HSL color Cylindrical-coordinate representation of color #E7DBAF: hue angle of 47.14º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E7DBAF is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 219 | 175 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.09 |
| HSL | 47.14º | 0.54% | 0.8% | - |
| HSV(B) | 47.14º | 0.24% | 0.91% | - |
| XYZ | 66.02 | 70.75 | 50.73 | - |
| YUV | 217.57 | 103.98 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 219 | 175 | 0 | 0.05 | 0.24 | 0.09 | 47.14 | 0.54 | 0.8 |
| Hex | E7 | DB | AF | 0 | 5 | 18 | 9 | 2F | 36 | 50 |
| Octal | 347 | 333 | 257 | 0 | 5 | 30 | 11 | 57 | 66 | 120 |
| Binary | 11100111 | 11011011 | 10101111 | 0 | 101 | 11000 | 1001 | 101111 | 110110 | 1010000 |
Color Harmonies of #E7DBAF
Complementary color
Monochromatic Colors of #E7DBAF
Black with #E7DBAF
Text Example
Text Example
White with #E7DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DBAF; }
p { color: rgb(231,219,175); }
H1.HeaderClassName
{
color: #E7DBAF;
}
.AnyTagClassName
{
color: #E7DBAF;
}
</style>
background-color css
<style>
a { background-color: #E7DBAF; }
a { background-color: rgb(231,219,175); }
div.DivClassName
{
background-color: #E7DBAF;
}
.BgClassName
{
background-color: #E7DBAF;
}
</style>
border-color css
<style>
span { border-color: #E7DBAF; }
span { border-color: rgb(231,219,175); }
td.TdClassName
{
border-color: #E7DBAF;
}
.TagClassName
{
border-color: #E7DBAF;
}
</style>