Shades of Sidecar #E8DCAD
Tints of Sidecar #E8DCAD
RGB
CMYK
RGB Variations
Color information
#E8DCAD (or 0xE8DCAD) is known color: Sidecar. HEX triplet: E8, DC and AD. RGB value is (232,220,173). Sum of RGB (Red+Green+Blue) = 232+220+173=625 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.12% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 173 (67.97% from 255 or 27.68% from 625); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DCAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DCAD is #172352. Grayscale: #DADADA. Windows color (decimal): -1516371 or 11394280. OLE color: 11394280.
HSL color Cylindrical-coordinate representation of color #E8DCAD: hue angle of 47.8º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E8DCAD is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 220 | 173 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.09 |
| HSL | 47.8º | 0.56% | 0.79% | - |
| HSV(B) | 47.8º | 0.25% | 0.91% | - |
| XYZ | 66.41 | 71.36 | 49.81 | - |
| YUV | 218.23 | 102.48 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 220 | 173 | 0 | 0.05 | 0.25 | 0.09 | 47.8 | 0.56 | 0.79 |
| Hex | E8 | DC | AD | 0 | 5 | 19 | 9 | 30 | 38 | 4F |
| Octal | 350 | 334 | 255 | 0 | 5 | 31 | 11 | 60 | 70 | 117 |
| Binary | 11101000 | 11011100 | 10101101 | 0 | 101 | 11001 | 1001 | 110000 | 111000 | 1001111 |
Color Harmonies of #E8DCAD
Complementary color
Monochromatic Colors of #E8DCAD
Black with #E8DCAD
Text Example
Text Example
White with #E8DCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DCAD; }
p { color: rgb(232,220,173); }
H1.HeaderClassName
{
color: #E8DCAD;
}
.AnyTagClassName
{
color: #E8DCAD;
}
</style>
background-color css
<style>
a { background-color: #E8DCAD; }
a { background-color: rgb(232,220,173); }
div.DivClassName
{
background-color: #E8DCAD;
}
.BgClassName
{
background-color: #E8DCAD;
}
</style>
border-color css
<style>
span { border-color: #E8DCAD; }
span { border-color: rgb(232,220,173); }
td.TdClassName
{
border-color: #E8DCAD;
}
.TagClassName
{
border-color: #E8DCAD;
}
</style>