Shades of Sidecar #E6DAAF
Tints of Sidecar #E6DAAF
RGB
CMYK
RGB Variations
Color information
#E6DAAF (or 0xE6DAAF) is known color: Sidecar. HEX triplet: E6, DA and AF. RGB value is (230,218,175). Sum of RGB (Red+Green+Blue) = 230+218+175=623 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.92% from 623); Green value is 218 (85.55% from 255 or 34.99% from 623); Blue value is 175 (68.75% from 255 or 28.09% from 623); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DAAF is #192550. Grayscale: #D8D8D8. Windows color (decimal): -1647953 or 11524838. OLE color: 11524838.
HSL color Cylindrical-coordinate representation of color #E6DAAF: hue angle of 46.91º 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 #E6DAAF is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 218 | 175 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.10 |
| HSL | 46.91º | 0.52% | 0.79% | - |
| HSV(B) | 46.91º | 0.24% | 0.9% | - |
| XYZ | 65.44 | 70.06 | 50.63 | - |
| YUV | 216.69 | 104.48 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 218 | 175 | 0 | 0.05 | 0.24 | 0.10 | 46.91 | 0.52 | 0.79 |
| Hex | E6 | DA | AF | 0 | 5 | 18 | A | 2F | 34 | 4F |
| Octal | 346 | 332 | 257 | 0 | 5 | 30 | 12 | 57 | 64 | 117 |
| Binary | 11100110 | 11011010 | 10101111 | 0 | 101 | 11000 | 1010 | 101111 | 110100 | 1001111 |
Color Harmonies of #E6DAAF
Complementary color
Monochromatic Colors of #E6DAAF
Black with #E6DAAF
Text Example
Text Example
White with #E6DAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DAAF; }
p { color: rgb(230,218,175); }
H1.HeaderClassName
{
color: #E6DAAF;
}
.AnyTagClassName
{
color: #E6DAAF;
}
</style>
background-color css
<style>
a { background-color: #E6DAAF; }
a { background-color: rgb(230,218,175); }
div.DivClassName
{
background-color: #E6DAAF;
}
.BgClassName
{
background-color: #E6DAAF;
}
</style>
border-color css
<style>
span { border-color: #E6DAAF; }
span { border-color: rgb(230,218,175); }
td.TdClassName
{
border-color: #E6DAAF;
}
.TagClassName
{
border-color: #E6DAAF;
}
</style>