Shades of Sidecar #EAE0AD
Tints of Sidecar #EAE0AD
RGB
CMYK
RGB Variations
Color information
#EAE0AD (or 0xEAE0AD) is known color: Sidecar. HEX triplet: EA, E0 and AD. RGB value is (234,224,173). Sum of RGB (Red+Green+Blue) = 234+224+173=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 224 (87.89% from 255 or 35.50% from 631); Blue value is 173 (67.97% from 255 or 27.42% from 631); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE0AD is #151F52. Grayscale: #DDDDDD. Windows color (decimal): -1384275 or 11395306. OLE color: 11395306.
HSL color Cylindrical-coordinate representation of color #EAE0AD: hue angle of 50.16º degrees, saturation: 0.59, 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 #EAE0AD is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 224 | 173 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.08 |
| HSL | 50.16º | 0.59% | 0.8% | - |
| HSV(B) | 50.16º | 0.26% | 0.92% | - |
| XYZ | 68.13 | 73.82 | 50.19 | - |
| YUV | 221.18 | 100.81 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 173 | 0 | 0.04 | 0.26 | 0.08 | 50.16 | 0.59 | 0.8 |
| Hex | EA | E0 | AD | 0 | 4 | 1A | 8 | 32 | 3B | 50 |
| Octal | 352 | 340 | 255 | 0 | 4 | 32 | 10 | 62 | 73 | 120 |
| Binary | 11101010 | 11100000 | 10101101 | 0 | 100 | 11010 | 1000 | 110010 | 111011 | 1010000 |
Color Harmonies of #EAE0AD
Complementary color
Monochromatic Colors of #EAE0AD
Black with #EAE0AD
Text Example
Text Example
White with #EAE0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE0AD; }
p { color: rgb(234,224,173); }
H1.HeaderClassName
{
color: #EAE0AD;
}
.AnyTagClassName
{
color: #EAE0AD;
}
</style>
background-color css
<style>
a { background-color: #EAE0AD; }
a { background-color: rgb(234,224,173); }
div.DivClassName
{
background-color: #EAE0AD;
}
.BgClassName
{
background-color: #EAE0AD;
}
</style>
border-color css
<style>
span { border-color: #EAE0AD; }
span { border-color: rgb(234,224,173); }
td.TdClassName
{
border-color: #EAE0AD;
}
.TagClassName
{
border-color: #EAE0AD;
}
</style>