Shades of Sidecar #E9DCA8
Tints of Sidecar #E9DCA8
RGB
CMYK
RGB Variations
Color information
#E9DCA8 (or 0xE9DCA8) is known color: Sidecar. HEX triplet: E9, DC and A8. RGB value is (233,220,168). Sum of RGB (Red+Green+Blue) = 233+220+168=621 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.52% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 168 (66.02% from 255 or 27.05% from 621); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DCA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DCA8 is #162357. Grayscale: #DADADA. Windows color (decimal): -1450840 or 11066601. OLE color: 11066601.
HSL color Cylindrical-coordinate representation of color #E9DCA8: hue angle of 48º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E9DCA8 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 220 | 168 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.09 |
| HSL | 48º | 0.6% | 0.79% | - |
| HSV(B) | 48º | 0.28% | 0.91% | - |
| XYZ | 66.27 | 71.34 | 47.32 | - |
| YUV | 217.96 | 99.81 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 220 | 168 | 0 | 0.06 | 0.28 | 0.09 | 48 | 0.6 | 0.79 |
| Hex | E9 | DC | A8 | 0 | 6 | 1C | 9 | 30 | 3C | 4F |
| Octal | 351 | 334 | 250 | 0 | 6 | 34 | 11 | 60 | 74 | 117 |
| Binary | 11101001 | 11011100 | 10101000 | 0 | 110 | 11100 | 1001 | 110000 | 111100 | 1001111 |
Color Harmonies of #E9DCA8
Complementary color
Monochromatic Colors of #E9DCA8
Black with #E9DCA8
Text Example
Text Example
White with #E9DCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DCA8; }
p { color: rgb(233,220,168); }
H1.HeaderClassName
{
color: #E9DCA8;
}
.AnyTagClassName
{
color: #E9DCA8;
}
</style>
background-color css
<style>
a { background-color: #E9DCA8; }
a { background-color: rgb(233,220,168); }
div.DivClassName
{
background-color: #E9DCA8;
}
.BgClassName
{
background-color: #E9DCA8;
}
</style>
border-color css
<style>
span { border-color: #E9DCA8; }
span { border-color: rgb(233,220,168); }
td.TdClassName
{
border-color: #E9DCA8;
}
.TagClassName
{
border-color: #E9DCA8;
}
</style>