Shades of Sidecar #E8DDAC
Tints of Sidecar #E8DDAC
RGB
CMYK
RGB Variations
Color information
#E8DDAC (or 0xE8DDAC) is known color: Sidecar. HEX triplet: E8, DD and AC. RGB value is (232,221,172). Sum of RGB (Red+Green+Blue) = 232+221+172=625 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.12% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 172 (67.58% from 255 or 27.52% from 625); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DDAC is #172253. Grayscale: #DADADA. Windows color (decimal): -1516116 or 11329000. OLE color: 11329000.
HSL color Cylindrical-coordinate representation of color #E8DDAC: hue angle of 49º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E8DDAC is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 221 | 172 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.09 |
| HSL | 49º | 0.57% | 0.79% | - |
| HSV(B) | 49º | 0.26% | 0.91% | - |
| XYZ | 66.58 | 71.85 | 49.39 | - |
| YUV | 218.7 | 101.64 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 221 | 172 | 0 | 0.05 | 0.26 | 0.09 | 49 | 0.57 | 0.79 |
| Hex | E8 | DD | AC | 0 | 5 | 1A | 9 | 31 | 39 | 4F |
| Octal | 350 | 335 | 254 | 0 | 5 | 32 | 11 | 61 | 71 | 117 |
| Binary | 11101000 | 11011101 | 10101100 | 0 | 101 | 11010 | 1001 | 110001 | 111001 | 1001111 |
Color Harmonies of #E8DDAC
Complementary color
Monochromatic Colors of #E8DDAC
Black with #E8DDAC
Text Example
Text Example
White with #E8DDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DDAC; }
p { color: rgb(232,221,172); }
H1.HeaderClassName
{
color: #E8DDAC;
}
.AnyTagClassName
{
color: #E8DDAC;
}
</style>
background-color css
<style>
a { background-color: #E8DDAC; }
a { background-color: rgb(232,221,172); }
div.DivClassName
{
background-color: #E8DDAC;
}
.BgClassName
{
background-color: #E8DDAC;
}
</style>
border-color css
<style>
span { border-color: #E8DDAC; }
span { border-color: rgb(232,221,172); }
td.TdClassName
{
border-color: #E8DDAC;
}
.TagClassName
{
border-color: #E8DDAC;
}
</style>