Shades of Sidecar #EADEAC
Tints of Sidecar #EADEAC
RGB
CMYK
RGB Variations
Color information
#EADEAC (or 0xEADEAC) is known color: Sidecar. HEX triplet: EA, DE and AC. RGB value is (234,222,172). Sum of RGB (Red+Green+Blue) = 234+222+172=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 222 (87.11% from 255 or 35.35% from 628); Blue value is 172 (67.58% from 255 or 27.39% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EADEAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADEAC is #152153. Grayscale: #DCDCDC. Windows color (decimal): -1384788 or 11329258. OLE color: 11329258.
HSL color Cylindrical-coordinate representation of color #EADEAC: hue angle of 48.39º 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 #EADEAC is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 222 | 172 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.08 |
| HSL | 48.39º | 0.6% | 0.8% | - |
| HSV(B) | 48.39º | 0.26% | 0.92% | - |
| XYZ | 67.5 | 72.71 | 49.51 | - |
| YUV | 219.89 | 100.98 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 172 | 0 | 0.05 | 0.26 | 0.08 | 48.39 | 0.6 | 0.8 |
| Hex | EA | DE | AC | 0 | 5 | 1A | 8 | 30 | 3C | 50 |
| Octal | 352 | 336 | 254 | 0 | 5 | 32 | 10 | 60 | 74 | 120 |
| Binary | 11101010 | 11011110 | 10101100 | 0 | 101 | 11010 | 1000 | 110000 | 111100 | 1010000 |
Color Harmonies of #EADEAC
Complementary color
Monochromatic Colors of #EADEAC
Black with #EADEAC
Text Example
Text Example
White with #EADEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADEAC; }
p { color: rgb(234,222,172); }
H1.HeaderClassName
{
color: #EADEAC;
}
.AnyTagClassName
{
color: #EADEAC;
}
</style>
background-color css
<style>
a { background-color: #EADEAC; }
a { background-color: rgb(234,222,172); }
div.DivClassName
{
background-color: #EADEAC;
}
.BgClassName
{
background-color: #EADEAC;
}
</style>
border-color css
<style>
span { border-color: #EADEAC; }
span { border-color: rgb(234,222,172); }
td.TdClassName
{
border-color: #EADEAC;
}
.TagClassName
{
border-color: #EADEAC;
}
</style>