Shades of Sidecar #E8DBAF
Tints of Sidecar #E8DBAF
RGB
CMYK
RGB Variations
Color information
#E8DBAF (or 0xE8DBAF) is known color: Sidecar. HEX triplet: E8, DB and AF. RGB value is (232,219,175). Sum of RGB (Red+Green+Blue) = 232+219+175=626 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.06% from 626); Green value is 219 (85.94% from 255 or 34.98% from 626); Blue value is 175 (68.75% from 255 or 27.96% from 626); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DBAF is #172450. Grayscale: #DADADA. Windows color (decimal): -1516625 or 11525096. OLE color: 11525096.
HSL color Cylindrical-coordinate representation of color #E8DBAF: hue angle of 46.32º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E8DBAF is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 219 | 175 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.09 |
| HSL | 46.32º | 0.55% | 0.8% | - |
| HSV(B) | 46.32º | 0.25% | 0.91% | - |
| XYZ | 66.35 | 70.91 | 50.75 | - |
| YUV | 217.87 | 103.81 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 219 | 175 | 0 | 0.06 | 0.25 | 0.09 | 46.32 | 0.55 | 0.8 |
| Hex | E8 | DB | AF | 0 | 6 | 19 | 9 | 2E | 37 | 50 |
| Octal | 350 | 333 | 257 | 0 | 6 | 31 | 11 | 56 | 67 | 120 |
| Binary | 11101000 | 11011011 | 10101111 | 0 | 110 | 11001 | 1001 | 101110 | 110111 | 1010000 |
Color Harmonies of #E8DBAF
Complementary color
Monochromatic Colors of #E8DBAF
Black with #E8DBAF
Text Example
Text Example
White with #E8DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DBAF; }
p { color: rgb(232,219,175); }
H1.HeaderClassName
{
color: #E8DBAF;
}
.AnyTagClassName
{
color: #E8DBAF;
}
</style>
background-color css
<style>
a { background-color: #E8DBAF; }
a { background-color: rgb(232,219,175); }
div.DivClassName
{
background-color: #E8DBAF;
}
.BgClassName
{
background-color: #E8DBAF;
}
</style>
border-color css
<style>
span { border-color: #E8DBAF; }
span { border-color: rgb(232,219,175); }
td.TdClassName
{
border-color: #E8DBAF;
}
.TagClassName
{
border-color: #E8DBAF;
}
</style>