Shades of Sidecar #EADDAB
Tints of Sidecar #EADDAB
RGB
CMYK
RGB Variations
Color information
#EADDAB (or 0xEADDAB) is known color: Sidecar. HEX triplet: EA, DD and AB. RGB value is (234,221,171). Sum of RGB (Red+Green+Blue) = 234+221+171=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 171 (67.19% from 255 or 27.32% from 626); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADDAB is #152254. Grayscale: #DBDBDB. Windows color (decimal): -1385045 or 11263466. OLE color: 11263466.
HSL color Cylindrical-coordinate representation of color #EADDAB: hue angle of 47.62º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EADDAB is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 171 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.08 |
| HSL | 47.62º | 0.6% | 0.79% | - |
| HSV(B) | 47.62º | 0.27% | 0.92% | - |
| XYZ | 67.14 | 72.15 | 48.91 | - |
| YUV | 219.19 | 100.81 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 171 | 0 | 0.06 | 0.27 | 0.08 | 47.62 | 0.6 | 0.79 |
| Hex | EA | DD | AB | 0 | 6 | 1B | 8 | 30 | 3C | 4F |
| Octal | 352 | 335 | 253 | 0 | 6 | 33 | 10 | 60 | 74 | 117 |
| Binary | 11101010 | 11011101 | 10101011 | 0 | 110 | 11011 | 1000 | 110000 | 111100 | 1001111 |
Color Harmonies of #EADDAB
Complementary color
Monochromatic Colors of #EADDAB
Black with #EADDAB
Text Example
Text Example
White with #EADDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDAB; }
p { color: rgb(234,221,171); }
H1.HeaderClassName
{
color: #EADDAB;
}
.AnyTagClassName
{
color: #EADDAB;
}
</style>
background-color css
<style>
a { background-color: #EADDAB; }
a { background-color: rgb(234,221,171); }
div.DivClassName
{
background-color: #EADDAB;
}
.BgClassName
{
background-color: #EADDAB;
}
</style>
border-color css
<style>
span { border-color: #EADDAB; }
span { border-color: rgb(234,221,171); }
td.TdClassName
{
border-color: #EADDAB;
}
.TagClassName
{
border-color: #EADDAB;
}
</style>