Shades of Sidecar #E9DCAD
Tints of Sidecar #E9DCAD
RGB
CMYK
RGB Variations
Color information
#E9DCAD (or 0xE9DCAD) is known color: Sidecar. HEX triplet: E9, DC and AD. RGB value is (233,220,173). Sum of RGB (Red+Green+Blue) = 233+220+173=626 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.22% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 173 (67.97% from 255 or 27.64% from 626); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DCAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DCAD is #162352. Grayscale: #DADADA. Windows color (decimal): -1450835 or 11394281. OLE color: 11394281.
HSL color Cylindrical-coordinate representation of color #E9DCAD: hue angle of 47º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9DCAD is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 220 | 173 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.09 |
| HSL | 47º | 0.58% | 0.8% | - |
| HSV(B) | 47º | 0.26% | 0.91% | - |
| XYZ | 66.74 | 71.53 | 49.82 | - |
| YUV | 218.53 | 102.31 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 220 | 173 | 0 | 0.06 | 0.26 | 0.09 | 47 | 0.58 | 0.8 |
| Hex | E9 | DC | AD | 0 | 6 | 1A | 9 | 2F | 3A | 50 |
| Octal | 351 | 334 | 255 | 0 | 6 | 32 | 11 | 57 | 72 | 120 |
| Binary | 11101001 | 11011100 | 10101101 | 0 | 110 | 11010 | 1001 | 101111 | 111010 | 1010000 |
Color Harmonies of #E9DCAD
Complementary color
Monochromatic Colors of #E9DCAD
Black with #E9DCAD
Text Example
Text Example
White with #E9DCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DCAD; }
p { color: rgb(233,220,173); }
H1.HeaderClassName
{
color: #E9DCAD;
}
.AnyTagClassName
{
color: #E9DCAD;
}
</style>
background-color css
<style>
a { background-color: #E9DCAD; }
a { background-color: rgb(233,220,173); }
div.DivClassName
{
background-color: #E9DCAD;
}
.BgClassName
{
background-color: #E9DCAD;
}
</style>
border-color css
<style>
span { border-color: #E9DCAD; }
span { border-color: rgb(233,220,173); }
td.TdClassName
{
border-color: #E9DCAD;
}
.TagClassName
{
border-color: #E9DCAD;
}
</style>