Shades of Sidecar #EBDAA2
Tints of Sidecar #EBDAA2
RGB
CMYK
RGB Variations
Color information
#EBDAA2 (or 0xEBDAA2) is known color: Sidecar. HEX triplet: EB, DA and A2. RGB value is (235,218,162). Sum of RGB (Red+Green+Blue) = 235+218+162=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 162 (63.67% from 255 or 26.34% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDAA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDAA2 is #14255D. Grayscale: #D8D8D8. Windows color (decimal): -1320286 or 10672875. OLE color: 10672875.
HSL color Cylindrical-coordinate representation of color #EBDAA2: hue angle of 46.03º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBDAA2 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 218 | 162 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.08 |
| HSL | 46.03º | 0.65% | 0.78% | - |
| HSV(B) | 46.03º | 0.31% | 0.92% | - |
| XYZ | 65.85 | 70.41 | 44.3 | - |
| YUV | 216.7 | 97.13 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 218 | 162 | 0 | 0.07 | 0.31 | 0.08 | 46.03 | 0.65 | 0.78 |
| Hex | EB | DA | A2 | 0 | 7 | 1F | 8 | 2E | 41 | 4E |
| Octal | 353 | 332 | 242 | 0 | 7 | 37 | 10 | 56 | 101 | 116 |
| Binary | 11101011 | 11011010 | 10100010 | 0 | 111 | 11111 | 1000 | 101110 | 1000001 | 1001110 |
Color Harmonies of #EBDAA2
Complementary color
Monochromatic Colors of #EBDAA2
Black with #EBDAA2
Text Example
Text Example
White with #EBDAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDAA2; }
p { color: rgb(235,218,162); }
H1.HeaderClassName
{
color: #EBDAA2;
}
.AnyTagClassName
{
color: #EBDAA2;
}
</style>
background-color css
<style>
a { background-color: #EBDAA2; }
a { background-color: rgb(235,218,162); }
div.DivClassName
{
background-color: #EBDAA2;
}
.BgClassName
{
background-color: #EBDAA2;
}
</style>
border-color css
<style>
span { border-color: #EBDAA2; }
span { border-color: rgb(235,218,162); }
td.TdClassName
{
border-color: #EBDAA2;
}
.TagClassName
{
border-color: #EBDAA2;
}
</style>