Shades of Sidecar #E6DBAD
Tints of Sidecar #E6DBAD
RGB
CMYK
RGB Variations
Color information
#E6DBAD (or 0xE6DBAD) is known color: Sidecar. HEX triplet: E6, DB and AD. RGB value is (230,219,173). Sum of RGB (Red+Green+Blue) = 230+219+173=622 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.98% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 173 (67.97% from 255 or 27.81% from 622); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DBAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DBAD is #192452. Grayscale: #D9D9D9. Windows color (decimal): -1647699 or 11394022. OLE color: 11394022.
HSL color Cylindrical-coordinate representation of color #E6DBAD: hue angle of 48.42º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6DBAD is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 219 | 173 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.10 |
| HSL | 48.42º | 0.53% | 0.79% | - |
| HSV(B) | 48.42º | 0.25% | 0.9% | - |
| XYZ | 65.51 | 70.5 | 49.69 | - |
| YUV | 217.05 | 103.14 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 219 | 173 | 0 | 0.05 | 0.25 | 0.10 | 48.42 | 0.53 | 0.79 |
| Hex | E6 | DB | AD | 0 | 5 | 19 | A | 30 | 35 | 4F |
| Octal | 346 | 333 | 255 | 0 | 5 | 31 | 12 | 60 | 65 | 117 |
| Binary | 11100110 | 11011011 | 10101101 | 0 | 101 | 11001 | 1010 | 110000 | 110101 | 1001111 |
Color Harmonies of #E6DBAD
Complementary color
Monochromatic Colors of #E6DBAD
Black with #E6DBAD
Text Example
Text Example
White with #E6DBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DBAD; }
p { color: rgb(230,219,173); }
H1.HeaderClassName
{
color: #E6DBAD;
}
.AnyTagClassName
{
color: #E6DBAD;
}
</style>
background-color css
<style>
a { background-color: #E6DBAD; }
a { background-color: rgb(230,219,173); }
div.DivClassName
{
background-color: #E6DBAD;
}
.BgClassName
{
background-color: #E6DBAD;
}
</style>
border-color css
<style>
span { border-color: #E6DBAD; }
span { border-color: rgb(230,219,173); }
td.TdClassName
{
border-color: #E6DBAD;
}
.TagClassName
{
border-color: #E6DBAD;
}
</style>