Shades of Sidecar #EADCAB
Tints of Sidecar #EADCAB
RGB
CMYK
RGB Variations
Color information
#EADCAB (or 0xEADCAB) is known color: Sidecar. HEX triplet: EA, DC and AB. RGB value is (234,220,171). Sum of RGB (Red+Green+Blue) = 234+220+171=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 171 (67.19% from 255 or 27.36% from 625); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADCAB is #152354. Grayscale: #DADADA. Windows color (decimal): -1385301 or 11263210. OLE color: 11263210.
HSL color Cylindrical-coordinate representation of color #EADCAB: hue angle of 46.67º 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 #EADCAB is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 171 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.08 |
| HSL | 46.67º | 0.6% | 0.79% | - |
| HSV(B) | 46.67º | 0.27% | 0.92% | - |
| XYZ | 66.88 | 71.62 | 48.83 | - |
| YUV | 218.6 | 101.14 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 171 | 0 | 0.06 | 0.27 | 0.08 | 46.67 | 0.6 | 0.79 |
| Hex | EA | DC | AB | 0 | 6 | 1B | 8 | 2F | 3C | 4F |
| Octal | 352 | 334 | 253 | 0 | 6 | 33 | 10 | 57 | 74 | 117 |
| Binary | 11101010 | 11011100 | 10101011 | 0 | 110 | 11011 | 1000 | 101111 | 111100 | 1001111 |
Color Harmonies of #EADCAB
Complementary color
Monochromatic Colors of #EADCAB
Black with #EADCAB
Text Example
Text Example
White with #EADCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADCAB; }
p { color: rgb(234,220,171); }
H1.HeaderClassName
{
color: #EADCAB;
}
.AnyTagClassName
{
color: #EADCAB;
}
</style>
background-color css
<style>
a { background-color: #EADCAB; }
a { background-color: rgb(234,220,171); }
div.DivClassName
{
background-color: #EADCAB;
}
.BgClassName
{
background-color: #EADCAB;
}
</style>
border-color css
<style>
span { border-color: #EADCAB; }
span { border-color: rgb(234,220,171); }
td.TdClassName
{
border-color: #EADCAB;
}
.TagClassName
{
border-color: #EADCAB;
}
</style>