Shades of Sidecar #EADBAB
Tints of Sidecar #EADBAB
RGB
CMYK
RGB Variations
Color information
#EADBAB (or 0xEADBAB) is known color: Sidecar. HEX triplet: EA, DB and AB. RGB value is (234,219,171). Sum of RGB (Red+Green+Blue) = 234+219+171=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 171 (67.19% from 255 or 27.40% from 624); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADBAB is #152454. Grayscale: #DADADA. Windows color (decimal): -1385557 or 11262954. OLE color: 11262954.
HSL color Cylindrical-coordinate representation of color #EADBAB: hue angle of 45.71º 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 #EADBAB is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 171 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.08 |
| HSL | 45.71º | 0.6% | 0.79% | - |
| HSV(B) | 45.71º | 0.27% | 0.92% | - |
| XYZ | 66.61 | 71.1 | 48.74 | - |
| YUV | 218.01 | 101.47 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 171 | 0 | 0.06 | 0.27 | 0.08 | 45.71 | 0.6 | 0.79 |
| Hex | EA | DB | AB | 0 | 6 | 1B | 8 | 2E | 3C | 4F |
| Octal | 352 | 333 | 253 | 0 | 6 | 33 | 10 | 56 | 74 | 117 |
| Binary | 11101010 | 11011011 | 10101011 | 0 | 110 | 11011 | 1000 | 101110 | 111100 | 1001111 |
Color Harmonies of #EADBAB
Complementary color
Monochromatic Colors of #EADBAB
Black with #EADBAB
Text Example
Text Example
White with #EADBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADBAB; }
p { color: rgb(234,219,171); }
H1.HeaderClassName
{
color: #EADBAB;
}
.AnyTagClassName
{
color: #EADBAB;
}
</style>
background-color css
<style>
a { background-color: #EADBAB; }
a { background-color: rgb(234,219,171); }
div.DivClassName
{
background-color: #EADBAB;
}
.BgClassName
{
background-color: #EADBAB;
}
</style>
border-color css
<style>
span { border-color: #EADBAB; }
span { border-color: rgb(234,219,171); }
td.TdClassName
{
border-color: #EADBAB;
}
.TagClassName
{
border-color: #EADBAB;
}
</style>