Shades of Sidecar #EADBAC
Tints of Sidecar #EADBAC
RGB
CMYK
RGB Variations
Color information
#EADBAC (or 0xEADBAC) is known color: Sidecar. HEX triplet: EA, DB and AC. RGB value is (234,219,172). Sum of RGB (Red+Green+Blue) = 234+219+172=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 172 (67.58% from 255 or 27.52% from 625); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADBAC is #152453. Grayscale: #DADADA. Windows color (decimal): -1385556 or 11328490. OLE color: 11328490.
HSL color Cylindrical-coordinate representation of color #EADBAC: hue angle of 45.48º 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 #EADBAC is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 219 | 172 | - |
CMYK | 0 | 0.06 | 0.26 | 0.08 |
HSL | 45.48º | 0.6% | 0.8% | - |
HSV(B) | 45.48º | 0.26% | 0.92% | - |
XYZ | 66.71 | 71.13 | 49.24 | - |
YUV | 218.13 | 101.97 | 139.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 219 | 172 | 0 | 0.06 | 0.26 | 0.08 | 45.48 | 0.6 | 0.8 |
Hex | EA | DB | AC | 0 | 6 | 1A | 8 | 2D | 3C | 50 |
Octal | 352 | 333 | 254 | 0 | 6 | 32 | 10 | 55 | 74 | 120 |
Binary | 11101010 | 11011011 | 10101100 | 0 | 110 | 11010 | 1000 | 101101 | 111100 | 1010000 |
Color Harmonies of #EADBAC
Complementary color
Monochromatic Colors of #EADBAC
Black with #EADBAC
Text Example
Text Example
White with #EADBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADBAC; }
p { color: rgb(234,219,172); }
H1.HeaderClassName
{
color: #EADBAC;
}
.AnyTagClassName
{
color: #EADBAC;
}
</style>
background-color css
<style>
a { background-color: #EADBAC; }
a { background-color: rgb(234,219,172); }
div.DivClassName
{
background-color: #EADBAC;
}
.BgClassName
{
background-color: #EADBAC;
}
</style>
border-color css
<style>
span { border-color: #EADBAC; }
span { border-color: rgb(234,219,172); }
td.TdClassName
{
border-color: #EADBAC;
}
.TagClassName
{
border-color: #EADBAC;
}
</style>