Shades of Sidecar #EBE0A6
Tints of Sidecar #EBE0A6
RGB
CMYK
RGB Variations
Color information
#EBE0A6 (or 0xEBE0A6) is known color: Sidecar. HEX triplet: EB, E0 and A6. RGB value is (235,224,166). Sum of RGB (Red+Green+Blue) = 235+224+166=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 224 (87.89% from 255 or 35.84% from 625); Blue value is 166 (65.23% from 255 or 26.56% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE0A6 is #141F59. Grayscale: #DCDCDC. Windows color (decimal): -1318746 or 10936555. OLE color: 10936555.
HSL color Cylindrical-coordinate representation of color #EBE0A6: hue angle of 50.43º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBE0A6 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 224 | 166 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.08 |
| HSL | 50.43º | 0.63% | 0.79% | - |
| HSV(B) | 50.43º | 0.29% | 0.92% | - |
| XYZ | 67.8 | 73.73 | 46.73 | - |
| YUV | 220.68 | 97.14 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 224 | 166 | 0 | 0.05 | 0.29 | 0.08 | 50.43 | 0.63 | 0.79 |
| Hex | EB | E0 | A6 | 0 | 5 | 1D | 8 | 32 | 3F | 4F |
| Octal | 353 | 340 | 246 | 0 | 5 | 35 | 10 | 62 | 77 | 117 |
| Binary | 11101011 | 11100000 | 10100110 | 0 | 101 | 11101 | 1000 | 110010 | 111111 | 1001111 |
Color Harmonies of #EBE0A6
Complementary color
Monochromatic Colors of #EBE0A6
Black with #EBE0A6
Text Example
Text Example
White with #EBE0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE0A6; }
p { color: rgb(235,224,166); }
H1.HeaderClassName
{
color: #EBE0A6;
}
.AnyTagClassName
{
color: #EBE0A6;
}
</style>
background-color css
<style>
a { background-color: #EBE0A6; }
a { background-color: rgb(235,224,166); }
div.DivClassName
{
background-color: #EBE0A6;
}
.BgClassName
{
background-color: #EBE0A6;
}
</style>
border-color css
<style>
span { border-color: #EBE0A6; }
span { border-color: rgb(235,224,166); }
td.TdClassName
{
border-color: #EBE0A6;
}
.TagClassName
{
border-color: #EBE0A6;
}
</style>