Shades of Sidecar #E6DAB0
Tints of Sidecar #E6DAB0
RGB
CMYK
RGB Variations
Color information
#E6DAB0 (or 0xE6DAB0) is known color: Sidecar. HEX triplet: E6, DA and B0. RGB value is (230,218,176). Sum of RGB (Red+Green+Blue) = 230+218+176=624 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.86% from 624); Green value is 218 (85.55% from 255 or 34.94% from 624); Blue value is 176 (69.14% from 255 or 28.21% from 624); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DAB0 is #19254F. Grayscale: #D8D8D8. Windows color (decimal): -1647952 or 11590374. OLE color: 11590374.
HSL color Cylindrical-coordinate representation of color #E6DAB0: hue angle of 46.67º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E6DAB0 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 218 | 176 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.10 |
| HSL | 46.67º | 0.52% | 0.8% | - |
| HSV(B) | 46.67º | 0.23% | 0.9% | - |
| XYZ | 65.54 | 70.1 | 51.15 | - |
| YUV | 216.8 | 104.98 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 218 | 176 | 0 | 0.05 | 0.23 | 0.10 | 46.67 | 0.52 | 0.8 |
| Hex | E6 | DA | B0 | 0 | 5 | 17 | A | 2F | 34 | 50 |
| Octal | 346 | 332 | 260 | 0 | 5 | 27 | 12 | 57 | 64 | 120 |
| Binary | 11100110 | 11011010 | 10110000 | 0 | 101 | 10111 | 1010 | 101111 | 110100 | 1010000 |
Color Harmonies of #E6DAB0
Complementary color
Monochromatic Colors of #E6DAB0
Black with #E6DAB0
Text Example
Text Example
White with #E6DAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DAB0; }
p { color: rgb(230,218,176); }
H1.HeaderClassName
{
color: #E6DAB0;
}
.AnyTagClassName
{
color: #E6DAB0;
}
</style>
background-color css
<style>
a { background-color: #E6DAB0; }
a { background-color: rgb(230,218,176); }
div.DivClassName
{
background-color: #E6DAB0;
}
.BgClassName
{
background-color: #E6DAB0;
}
</style>
border-color css
<style>
span { border-color: #E6DAB0; }
span { border-color: rgb(230,218,176); }
td.TdClassName
{
border-color: #E6DAB0;
}
.TagClassName
{
border-color: #E6DAB0;
}
</style>