Shades of Sidecar #EADAA1
Tints of Sidecar #EADAA1
RGB
CMYK
RGB Variations
Color information
#EADAA1 (or 0xEADAA1) is known color: Sidecar. HEX triplet: EA, DA and A1. RGB value is (234,218,161). Sum of RGB (Red+Green+Blue) = 234+218+161=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 161 (63.28% from 255 or 26.26% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EADAA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADAA1 is #15255E. Grayscale: #D8D8D8. Windows color (decimal): -1385823 or 10607338. OLE color: 10607338.
HSL color Cylindrical-coordinate representation of color #EADAA1: hue angle of 46.85º 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 #EADAA1 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 161 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.08 |
| HSL | 46.85º | 0.63% | 0.77% | - |
| HSV(B) | 46.85º | 0.31% | 0.92% | - |
| XYZ | 65.44 | 70.21 | 43.82 | - |
| YUV | 216.29 | 96.8 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 161 | 0 | 0.07 | 0.31 | 0.08 | 46.85 | 0.63 | 0.77 |
| Hex | EA | DA | A1 | 0 | 7 | 1F | 8 | 2F | 3F | 4D |
| Octal | 352 | 332 | 241 | 0 | 7 | 37 | 10 | 57 | 77 | 115 |
| Binary | 11101010 | 11011010 | 10100001 | 0 | 111 | 11111 | 1000 | 101111 | 111111 | 1001101 |
Color Harmonies of #EADAA1
Complementary color
Monochromatic Colors of #EADAA1
Black with #EADAA1
Text Example
Text Example
White with #EADAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADAA1; }
p { color: rgb(234,218,161); }
H1.HeaderClassName
{
color: #EADAA1;
}
.AnyTagClassName
{
color: #EADAA1;
}
</style>
background-color css
<style>
a { background-color: #EADAA1; }
a { background-color: rgb(234,218,161); }
div.DivClassName
{
background-color: #EADAA1;
}
.BgClassName
{
background-color: #EADAA1;
}
</style>
border-color css
<style>
span { border-color: #EADAA1; }
span { border-color: rgb(234,218,161); }
td.TdClassName
{
border-color: #EADAA1;
}
.TagClassName
{
border-color: #EADAA1;
}
</style>