Shades of Sidecar #EBE0A9
Tints of Sidecar #EBE0A9
RGB
CMYK
RGB Variations
Color information
#EBE0A9 (or 0xEBE0A9) is known color: Sidecar. HEX triplet: EB, E0 and A9. RGB value is (235,224,169). Sum of RGB (Red+Green+Blue) = 235+224+169=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 224 (87.89% from 255 or 35.67% from 628); Blue value is 169 (66.41% from 255 or 26.91% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE0A9 is #141F56. Grayscale: #DDDDDD. Windows color (decimal): -1318743 or 11133163. OLE color: 11133163.
HSL color Cylindrical-coordinate representation of color #EBE0A9: hue angle of 50º 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 #EBE0A9 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 224 | 169 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.08 |
| HSL | 50º | 0.62% | 0.79% | - |
| HSV(B) | 50º | 0.28% | 0.92% | - |
| XYZ | 68.08 | 73.84 | 48.2 | - |
| YUV | 221.02 | 98.64 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 224 | 169 | 0 | 0.05 | 0.28 | 0.08 | 50 | 0.62 | 0.79 |
| Hex | EB | E0 | A9 | 0 | 5 | 1C | 8 | 32 | 3E | 4F |
| Octal | 353 | 340 | 251 | 0 | 5 | 34 | 10 | 62 | 76 | 117 |
| Binary | 11101011 | 11100000 | 10101001 | 0 | 101 | 11100 | 1000 | 110010 | 111110 | 1001111 |
Color Harmonies of #EBE0A9
Complementary color
Monochromatic Colors of #EBE0A9
Black with #EBE0A9
Text Example
Text Example
White with #EBE0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE0A9; }
p { color: rgb(235,224,169); }
H1.HeaderClassName
{
color: #EBE0A9;
}
.AnyTagClassName
{
color: #EBE0A9;
}
</style>
background-color css
<style>
a { background-color: #EBE0A9; }
a { background-color: rgb(235,224,169); }
div.DivClassName
{
background-color: #EBE0A9;
}
.BgClassName
{
background-color: #EBE0A9;
}
</style>
border-color css
<style>
span { border-color: #EBE0A9; }
span { border-color: rgb(235,224,169); }
td.TdClassName
{
border-color: #EBE0A9;
}
.TagClassName
{
border-color: #EBE0A9;
}
</style>