Shades of Sidecar #E8DCAC
Tints of Sidecar #E8DCAC
RGB
CMYK
RGB Variations
Color information
#E8DCAC (or 0xE8DCAC) is known color: Sidecar. HEX triplet: E8, DC and AC. RGB value is (232,220,172). Sum of RGB (Red+Green+Blue) = 232+220+172=624 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.18% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 172 (67.58% from 255 or 27.56% from 624); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DCAC is #172353. Grayscale: #DADADA. Windows color (decimal): -1516372 or 11328744. OLE color: 11328744.
HSL color Cylindrical-coordinate representation of color #E8DCAC: hue angle of 48º 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 #E8DCAC is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 220 | 172 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.09 |
| HSL | 48º | 0.57% | 0.79% | - |
| HSV(B) | 48º | 0.26% | 0.91% | - |
| XYZ | 66.32 | 71.32 | 49.3 | - |
| YUV | 218.12 | 101.98 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 220 | 172 | 0 | 0.05 | 0.26 | 0.09 | 48 | 0.57 | 0.79 |
| Hex | E8 | DC | AC | 0 | 5 | 1A | 9 | 30 | 39 | 4F |
| Octal | 350 | 334 | 254 | 0 | 5 | 32 | 11 | 60 | 71 | 117 |
| Binary | 11101000 | 11011100 | 10101100 | 0 | 101 | 11010 | 1001 | 110000 | 111001 | 1001111 |
Color Harmonies of #E8DCAC
Complementary color
Monochromatic Colors of #E8DCAC
Black with #E8DCAC
Text Example
Text Example
White with #E8DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DCAC; }
p { color: rgb(232,220,172); }
H1.HeaderClassName
{
color: #E8DCAC;
}
.AnyTagClassName
{
color: #E8DCAC;
}
</style>
background-color css
<style>
a { background-color: #E8DCAC; }
a { background-color: rgb(232,220,172); }
div.DivClassName
{
background-color: #E8DCAC;
}
.BgClassName
{
background-color: #E8DCAC;
}
</style>
border-color css
<style>
span { border-color: #E8DCAC; }
span { border-color: rgb(232,220,172); }
td.TdClassName
{
border-color: #E8DCAC;
}
.TagClassName
{
border-color: #E8DCAC;
}
</style>