Shades of Sidecar #E6DAA6
Tints of Sidecar #E6DAA6
RGB
CMYK
RGB Variations
Color information
#E6DAA6 (or 0xE6DAA6) is known color: Sidecar. HEX triplet: E6, DA and A6. RGB value is (230,218,166). Sum of RGB (Red+Green+Blue) = 230+218+166=614 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.46% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 166 (65.23% from 255 or 27.04% from 614); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DAA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DAA6 is #192559. Grayscale: #D7D7D7. Windows color (decimal): -1647962 or 10935014. OLE color: 10935014.
HSL color Cylindrical-coordinate representation of color #E6DAA6: hue angle of 48.75º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E6DAA6 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 218 | 166 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.10 |
| HSL | 48.75º | 0.56% | 0.78% | - |
| HSV(B) | 48.75º | 0.28% | 0.9% | - |
| XYZ | 64.59 | 69.72 | 46.13 | - |
| YUV | 215.66 | 99.98 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 218 | 166 | 0 | 0.05 | 0.28 | 0.10 | 48.75 | 0.56 | 0.78 |
| Hex | E6 | DA | A6 | 0 | 5 | 1C | A | 31 | 38 | 4E |
| Octal | 346 | 332 | 246 | 0 | 5 | 34 | 12 | 61 | 70 | 116 |
| Binary | 11100110 | 11011010 | 10100110 | 0 | 101 | 11100 | 1010 | 110001 | 111000 | 1001110 |
Color Harmonies of #E6DAA6
Complementary color
Monochromatic Colors of #E6DAA6
Black with #E6DAA6
Text Example
Text Example
White with #E6DAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DAA6; }
p { color: rgb(230,218,166); }
H1.HeaderClassName
{
color: #E6DAA6;
}
.AnyTagClassName
{
color: #E6DAA6;
}
</style>
background-color css
<style>
a { background-color: #E6DAA6; }
a { background-color: rgb(230,218,166); }
div.DivClassName
{
background-color: #E6DAA6;
}
.BgClassName
{
background-color: #E6DAA6;
}
</style>
border-color css
<style>
span { border-color: #E6DAA6; }
span { border-color: rgb(230,218,166); }
td.TdClassName
{
border-color: #E6DAA6;
}
.TagClassName
{
border-color: #E6DAA6;
}
</style>