Shades of Sidecar #EAE0B1
Tints of Sidecar #EAE0B1
RGB
CMYK
RGB Variations
Color information
#EAE0B1 (or 0xEAE0B1) is known color: Sidecar. HEX triplet: EA, E0 and B1. RGB value is (234,224,177). Sum of RGB (Red+Green+Blue) = 234+224+177=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 177 (69.53% from 255 or 27.87% from 635); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE0B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE0B1 is #151F4E. Grayscale: #DDDDDD. Windows color (decimal): -1384271 or 11657450. OLE color: 11657450.
HSL color Cylindrical-coordinate representation of color #EAE0B1: hue angle of 49.47º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAE0B1 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 224 | 177 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.08 |
| HSL | 49.47º | 0.58% | 0.81% | - |
| HSV(B) | 49.47º | 0.24% | 0.92% | - |
| XYZ | 68.52 | 73.98 | 52.26 | - |
| YUV | 221.63 | 102.81 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 177 | 0 | 0.04 | 0.24 | 0.08 | 49.47 | 0.58 | 0.81 |
| Hex | EA | E0 | B1 | 0 | 4 | 18 | 8 | 31 | 3A | 51 |
| Octal | 352 | 340 | 261 | 0 | 4 | 30 | 10 | 61 | 72 | 121 |
| Binary | 11101010 | 11100000 | 10110001 | 0 | 100 | 11000 | 1000 | 110001 | 111010 | 1010001 |
Color Harmonies of #EAE0B1
Complementary color
Monochromatic Colors of #EAE0B1
Black with #EAE0B1
Text Example
Text Example
White with #EAE0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE0B1; }
p { color: rgb(234,224,177); }
H1.HeaderClassName
{
color: #EAE0B1;
}
.AnyTagClassName
{
color: #EAE0B1;
}
</style>
background-color css
<style>
a { background-color: #EAE0B1; }
a { background-color: rgb(234,224,177); }
div.DivClassName
{
background-color: #EAE0B1;
}
.BgClassName
{
background-color: #EAE0B1;
}
</style>
border-color css
<style>
span { border-color: #EAE0B1; }
span { border-color: rgb(234,224,177); }
td.TdClassName
{
border-color: #EAE0B1;
}
.TagClassName
{
border-color: #EAE0B1;
}
</style>