Shades of Sidecar #E6DBAF
Tints of Sidecar #E6DBAF
RGB
CMYK
RGB Variations
Color information
#E6DBAF (or 0xE6DBAF) is known color: Sidecar. HEX triplet: E6, DB and AF. RGB value is (230,219,175). Sum of RGB (Red+Green+Blue) = 230+219+175=624 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.86% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 175 (68.75% from 255 or 28.04% from 624); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DBAF is #192450. Grayscale: #D9D9D9. Windows color (decimal): -1647697 or 11525094. OLE color: 11525094.
HSL color Cylindrical-coordinate representation of color #E6DBAF: hue angle of 48º degrees, saturation: 0.52, 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 #E6DBAF is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 219 | 175 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.10 |
| HSL | 48º | 0.52% | 0.79% | - |
| HSV(B) | 48º | 0.24% | 0.9% | - |
| XYZ | 65.7 | 70.58 | 50.72 | - |
| YUV | 217.27 | 104.14 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 219 | 175 | 0 | 0.05 | 0.24 | 0.10 | 48 | 0.52 | 0.79 |
| Hex | E6 | DB | AF | 0 | 5 | 18 | A | 30 | 34 | 4F |
| Octal | 346 | 333 | 257 | 0 | 5 | 30 | 12 | 60 | 64 | 117 |
| Binary | 11100110 | 11011011 | 10101111 | 0 | 101 | 11000 | 1010 | 110000 | 110100 | 1001111 |
Color Harmonies of #E6DBAF
Complementary color
Monochromatic Colors of #E6DBAF
Black with #E6DBAF
Text Example
Text Example
White with #E6DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DBAF; }
p { color: rgb(230,219,175); }
H1.HeaderClassName
{
color: #E6DBAF;
}
.AnyTagClassName
{
color: #E6DBAF;
}
</style>
background-color css
<style>
a { background-color: #E6DBAF; }
a { background-color: rgb(230,219,175); }
div.DivClassName
{
background-color: #E6DBAF;
}
.BgClassName
{
background-color: #E6DBAF;
}
</style>
border-color css
<style>
span { border-color: #E6DBAF; }
span { border-color: rgb(230,219,175); }
td.TdClassName
{
border-color: #E6DBAF;
}
.TagClassName
{
border-color: #E6DBAF;
}
</style>