Shades of Sidecar #EADCAC
Tints of Sidecar #EADCAC
RGB
CMYK
RGB Variations
Color information
#EADCAC (or 0xEADCAC) is known color: Sidecar. HEX triplet: EA, DC and AC. RGB value is (234,220,172). Sum of RGB (Red+Green+Blue) = 234+220+172=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 172 (67.58% from 255 or 27.48% from 626); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADCAC is #152353. Grayscale: #DADADA. Windows color (decimal): -1385300 or 11328746. OLE color: 11328746.
HSL color Cylindrical-coordinate representation of color #EADCAC: hue angle of 46.45º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EADCAC is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 172 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.08 |
| HSL | 46.45º | 0.6% | 0.8% | - |
| HSV(B) | 46.45º | 0.26% | 0.92% | - |
| XYZ | 66.97 | 71.66 | 49.33 | - |
| YUV | 218.71 | 101.64 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 172 | 0 | 0.06 | 0.26 | 0.08 | 46.45 | 0.6 | 0.8 |
| Hex | EA | DC | AC | 0 | 6 | 1A | 8 | 2E | 3C | 50 |
| Octal | 352 | 334 | 254 | 0 | 6 | 32 | 10 | 56 | 74 | 120 |
| Binary | 11101010 | 11011100 | 10101100 | 0 | 110 | 11010 | 1000 | 101110 | 111100 | 1010000 |
Color Harmonies of #EADCAC
Complementary color
Monochromatic Colors of #EADCAC
Black with #EADCAC
Text Example
Text Example
White with #EADCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADCAC; }
p { color: rgb(234,220,172); }
H1.HeaderClassName
{
color: #EADCAC;
}
.AnyTagClassName
{
color: #EADCAC;
}
</style>
background-color css
<style>
a { background-color: #EADCAC; }
a { background-color: rgb(234,220,172); }
div.DivClassName
{
background-color: #EADCAC;
}
.BgClassName
{
background-color: #EADCAC;
}
</style>
border-color css
<style>
span { border-color: #EADCAC; }
span { border-color: rgb(234,220,172); }
td.TdClassName
{
border-color: #EADCAC;
}
.TagClassName
{
border-color: #EADCAC;
}
</style>