Shades of Sidecar #E6D9AA
Tints of Sidecar #E6D9AA
RGB
CMYK
RGB Variations
Color information
#E6D9AA (or 0xE6D9AA) is known color: Sidecar. HEX triplet: E6, D9 and AA. RGB value is (230,217,170). Sum of RGB (Red+Green+Blue) = 230+217+170=617 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.28% from 617); Green value is 217 (85.16% from 255 or 35.17% from 617); Blue value is 170 (66.80% from 255 or 27.55% from 617); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D9AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D9AA is #192655. Grayscale: #D7D7D7. Windows color (decimal): -1648214 or 11196902. OLE color: 11196902.
HSL color Cylindrical-coordinate representation of color #E6D9AA: hue angle of 47º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6D9AA is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 217 | 170 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.10 |
| HSL | 47º | 0.55% | 0.78% | - |
| HSV(B) | 47º | 0.26% | 0.9% | - |
| XYZ | 64.7 | 69.35 | 48.01 | - |
| YUV | 215.53 | 102.31 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 217 | 170 | 0 | 0.06 | 0.26 | 0.10 | 47 | 0.55 | 0.78 |
| Hex | E6 | D9 | AA | 0 | 6 | 1A | A | 2F | 37 | 4E |
| Octal | 346 | 331 | 252 | 0 | 6 | 32 | 12 | 57 | 67 | 116 |
| Binary | 11100110 | 11011001 | 10101010 | 0 | 110 | 11010 | 1010 | 101111 | 110111 | 1001110 |
Color Harmonies of #E6D9AA
Complementary color
Monochromatic Colors of #E6D9AA
Black with #E6D9AA
Text Example
Text Example
White with #E6D9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D9AA; }
p { color: rgb(230,217,170); }
H1.HeaderClassName
{
color: #E6D9AA;
}
.AnyTagClassName
{
color: #E6D9AA;
}
</style>
background-color css
<style>
a { background-color: #E6D9AA; }
a { background-color: rgb(230,217,170); }
div.DivClassName
{
background-color: #E6D9AA;
}
.BgClassName
{
background-color: #E6D9AA;
}
</style>
border-color css
<style>
span { border-color: #E6D9AA; }
span { border-color: rgb(230,217,170); }
td.TdClassName
{
border-color: #E6D9AA;
}
.TagClassName
{
border-color: #E6D9AA;
}
</style>