Shades of Sidecar #EADEA1
Tints of Sidecar #EADEA1
RGB
CMYK
RGB Variations
Color information
#EADEA1 (or 0xEADEA1) is known color: Sidecar. HEX triplet: EA, DE and A1. RGB value is (234,222,161). Sum of RGB (Red+Green+Blue) = 234+222+161=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 161 (63.28% from 255 or 26.09% from 617); Max value from RGB is 234 - color contains mainly: red. Hex color #EADEA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADEA1 is #15215E. Grayscale: #DADADA. Windows color (decimal): -1384799 or 10608362. OLE color: 10608362.
HSL color Cylindrical-coordinate representation of color #EADEA1: hue angle of 50.14º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EADEA1 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 222 | 161 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.08 |
| HSL | 50.14º | 0.63% | 0.77% | - |
| HSV(B) | 50.14º | 0.31% | 0.92% | - |
| XYZ | 66.49 | 72.31 | 44.17 | - |
| YUV | 218.63 | 95.48 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 161 | 0 | 0.05 | 0.31 | 0.08 | 50.14 | 0.63 | 0.77 |
| Hex | EA | DE | A1 | 0 | 5 | 1F | 8 | 32 | 3F | 4D |
| Octal | 352 | 336 | 241 | 0 | 5 | 37 | 10 | 62 | 77 | 115 |
| Binary | 11101010 | 11011110 | 10100001 | 0 | 101 | 11111 | 1000 | 110010 | 111111 | 1001101 |
Color Harmonies of #EADEA1
Complementary color
Monochromatic Colors of #EADEA1
Black with #EADEA1
Text Example
Text Example
White with #EADEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADEA1; }
p { color: rgb(234,222,161); }
H1.HeaderClassName
{
color: #EADEA1;
}
.AnyTagClassName
{
color: #EADEA1;
}
</style>
background-color css
<style>
a { background-color: #EADEA1; }
a { background-color: rgb(234,222,161); }
div.DivClassName
{
background-color: #EADEA1;
}
.BgClassName
{
background-color: #EADEA1;
}
</style>
border-color css
<style>
span { border-color: #EADEA1; }
span { border-color: rgb(234,222,161); }
td.TdClassName
{
border-color: #EADEA1;
}
.TagClassName
{
border-color: #EADEA1;
}
</style>