Shades of Sidecar #E7DDAB
Tints of Sidecar #E7DDAB
RGB
CMYK
RGB Variations
Color information
#E7DDAB (or 0xE7DDAB) is known color: Sidecar. HEX triplet: E7, DD and AB. RGB value is (231,221,171). Sum of RGB (Red+Green+Blue) = 231+221+171=623 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.08% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 171 (67.19% from 255 or 27.45% from 623); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DDAB is #182254. Grayscale: #DADADA. Windows color (decimal): -1581653 or 11263463. OLE color: 11263463.
HSL color Cylindrical-coordinate representation of color #E7DDAB: hue angle of 50º degrees, saturation: 0.56, 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 #E7DDAB is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 221 | 171 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.09 |
| HSL | 50º | 0.56% | 0.79% | - |
| HSV(B) | 50º | 0.26% | 0.91% | - |
| XYZ | 66.16 | 71.64 | 48.87 | - |
| YUV | 218.29 | 101.31 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 221 | 171 | 0 | 0.04 | 0.26 | 0.09 | 50 | 0.56 | 0.79 |
| Hex | E7 | DD | AB | 0 | 4 | 1A | 9 | 32 | 38 | 4F |
| Octal | 347 | 335 | 253 | 0 | 4 | 32 | 11 | 62 | 70 | 117 |
| Binary | 11100111 | 11011101 | 10101011 | 0 | 100 | 11010 | 1001 | 110010 | 111000 | 1001111 |
Color Harmonies of #E7DDAB
Complementary color
Monochromatic Colors of #E7DDAB
Black with #E7DDAB
Text Example
Text Example
White with #E7DDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DDAB; }
p { color: rgb(231,221,171); }
H1.HeaderClassName
{
color: #E7DDAB;
}
.AnyTagClassName
{
color: #E7DDAB;
}
</style>
background-color css
<style>
a { background-color: #E7DDAB; }
a { background-color: rgb(231,221,171); }
div.DivClassName
{
background-color: #E7DDAB;
}
.BgClassName
{
background-color: #E7DDAB;
}
</style>
border-color css
<style>
span { border-color: #E7DDAB; }
span { border-color: rgb(231,221,171); }
td.TdClassName
{
border-color: #E7DDAB;
}
.TagClassName
{
border-color: #E7DDAB;
}
</style>