Shades of Sidecar #E6DCAE
Tints of Sidecar #E6DCAE
RGB
CMYK
RGB Variations
Color information
#E6DCAE (or 0xE6DCAE) is known color: Sidecar. HEX triplet: E6, DC and AE. RGB value is (230,220,174). Sum of RGB (Red+Green+Blue) = 230+220+174=624 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.86% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 174 (68.36% from 255 or 27.88% from 624); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DCAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DCAE is #192351. Grayscale: #D9D9D9. Windows color (decimal): -1647442 or 11459814. OLE color: 11459814.
HSL color Cylindrical-coordinate representation of color #E6DCAE: hue angle of 49.29º degrees, saturation: 0.53, 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 #E6DCAE is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 220 | 174 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.10 |
| HSL | 49.29º | 0.53% | 0.79% | - |
| HSV(B) | 49.29º | 0.24% | 0.9% | - |
| XYZ | 65.87 | 71.07 | 50.29 | - |
| YUV | 217.75 | 103.31 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 220 | 174 | 0 | 0.04 | 0.24 | 0.10 | 49.29 | 0.53 | 0.79 |
| Hex | E6 | DC | AE | 0 | 4 | 18 | A | 31 | 35 | 4F |
| Octal | 346 | 334 | 256 | 0 | 4 | 30 | 12 | 61 | 65 | 117 |
| Binary | 11100110 | 11011100 | 10101110 | 0 | 100 | 11000 | 1010 | 110001 | 110101 | 1001111 |
Color Harmonies of #E6DCAE
Complementary color
Monochromatic Colors of #E6DCAE
Black with #E6DCAE
Text Example
Text Example
White with #E6DCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DCAE; }
p { color: rgb(230,220,174); }
H1.HeaderClassName
{
color: #E6DCAE;
}
.AnyTagClassName
{
color: #E6DCAE;
}
</style>
background-color css
<style>
a { background-color: #E6DCAE; }
a { background-color: rgb(230,220,174); }
div.DivClassName
{
background-color: #E6DCAE;
}
.BgClassName
{
background-color: #E6DCAE;
}
</style>
border-color css
<style>
span { border-color: #E6DCAE; }
span { border-color: rgb(230,220,174); }
td.TdClassName
{
border-color: #E6DCAE;
}
.TagClassName
{
border-color: #E6DCAE;
}
</style>