Shades of Sidecar #EBDDA8
Tints of Sidecar #EBDDA8
RGB
CMYK
RGB Variations
Color information
#EBDDA8 (or 0xEBDDA8) is known color: Sidecar. HEX triplet: EB, DD and A8. RGB value is (235,221,168). Sum of RGB (Red+Green+Blue) = 235+221+168=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 168 (66.02% from 255 or 26.92% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDDA8 is #142257. Grayscale: #DBDBDB. Windows color (decimal): -1319512 or 11066859. OLE color: 11066859.
HSL color Cylindrical-coordinate representation of color #EBDDA8: hue angle of 47.46º 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 #EBDDA8 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 221 | 168 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.08 |
| HSL | 47.46º | 0.63% | 0.79% | - |
| HSV(B) | 47.46º | 0.29% | 0.92% | - |
| XYZ | 67.19 | 72.2 | 47.44 | - |
| YUV | 219.14 | 99.14 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 221 | 168 | 0 | 0.06 | 0.29 | 0.08 | 47.46 | 0.63 | 0.79 |
| Hex | EB | DD | A8 | 0 | 6 | 1D | 8 | 2F | 3F | 4F |
| Octal | 353 | 335 | 250 | 0 | 6 | 35 | 10 | 57 | 77 | 117 |
| Binary | 11101011 | 11011101 | 10101000 | 0 | 110 | 11101 | 1000 | 101111 | 111111 | 1001111 |
Color Harmonies of #EBDDA8
Complementary color
Monochromatic Colors of #EBDDA8
Black with #EBDDA8
Text Example
Text Example
White with #EBDDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDDA8; }
p { color: rgb(235,221,168); }
H1.HeaderClassName
{
color: #EBDDA8;
}
.AnyTagClassName
{
color: #EBDDA8;
}
</style>
background-color css
<style>
a { background-color: #EBDDA8; }
a { background-color: rgb(235,221,168); }
div.DivClassName
{
background-color: #EBDDA8;
}
.BgClassName
{
background-color: #EBDDA8;
}
</style>
border-color css
<style>
span { border-color: #EBDDA8; }
span { border-color: rgb(235,221,168); }
td.TdClassName
{
border-color: #EBDDA8;
}
.TagClassName
{
border-color: #EBDDA8;
}
</style>