Shades of Sidecar #EBE0AA
Tints of Sidecar #EBE0AA
RGB
CMYK
RGB Variations
Color information
#EBE0AA (or 0xEBE0AA) is known color: Sidecar. HEX triplet: EB, E0 and AA. RGB value is (235,224,170). Sum of RGB (Red+Green+Blue) = 235+224+170=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 224 (87.89% from 255 or 35.61% from 629); Blue value is 170 (66.80% from 255 or 27.03% from 629); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE0AA is #141F55. Grayscale: #DDDDDD. Windows color (decimal): -1318742 or 11198699. OLE color: 11198699.
HSL color Cylindrical-coordinate representation of color #EBE0AA: hue angle of 49.85º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBE0AA is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 224 | 170 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.08 |
| HSL | 49.85º | 0.62% | 0.79% | - |
| HSV(B) | 49.85º | 0.28% | 0.92% | - |
| XYZ | 68.17 | 73.88 | 48.7 | - |
| YUV | 221.13 | 99.14 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 224 | 170 | 0 | 0.05 | 0.28 | 0.08 | 49.85 | 0.62 | 0.79 |
| Hex | EB | E0 | AA | 0 | 5 | 1C | 8 | 32 | 3E | 4F |
| Octal | 353 | 340 | 252 | 0 | 5 | 34 | 10 | 62 | 76 | 117 |
| Binary | 11101011 | 11100000 | 10101010 | 0 | 101 | 11100 | 1000 | 110010 | 111110 | 1001111 |
Color Harmonies of #EBE0AA
Complementary color
Monochromatic Colors of #EBE0AA
Black with #EBE0AA
Text Example
Text Example
White with #EBE0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE0AA; }
p { color: rgb(235,224,170); }
H1.HeaderClassName
{
color: #EBE0AA;
}
.AnyTagClassName
{
color: #EBE0AA;
}
</style>
background-color css
<style>
a { background-color: #EBE0AA; }
a { background-color: rgb(235,224,170); }
div.DivClassName
{
background-color: #EBE0AA;
}
.BgClassName
{
background-color: #EBE0AA;
}
</style>
border-color css
<style>
span { border-color: #EBE0AA; }
span { border-color: rgb(235,224,170); }
td.TdClassName
{
border-color: #EBE0AA;
}
.TagClassName
{
border-color: #EBE0AA;
}
</style>