Shades of Sidecar #EBDDA6
Tints of Sidecar #EBDDA6
RGB
CMYK
RGB Variations
Color information
#EBDDA6 (or 0xEBDDA6) is known color: Sidecar. HEX triplet: EB, DD and A6. RGB value is (235,221,166). Sum of RGB (Red+Green+Blue) = 235+221+166=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 166 (65.23% from 255 or 26.69% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDDA6 is #142259. Grayscale: #DBDBDB. Windows color (decimal): -1319514 or 10935787. OLE color: 10935787.
HSL color Cylindrical-coordinate representation of color #EBDDA6: hue angle of 47.83º 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 #EBDDA6 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 221 | 166 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.08 |
| HSL | 47.83º | 0.63% | 0.79% | - |
| HSV(B) | 47.83º | 0.29% | 0.92% | - |
| XYZ | 67 | 72.13 | 46.47 | - |
| YUV | 218.92 | 98.14 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 221 | 166 | 0 | 0.06 | 0.29 | 0.08 | 47.83 | 0.63 | 0.79 |
| Hex | EB | DD | A6 | 0 | 6 | 1D | 8 | 30 | 3F | 4F |
| Octal | 353 | 335 | 246 | 0 | 6 | 35 | 10 | 60 | 77 | 117 |
| Binary | 11101011 | 11011101 | 10100110 | 0 | 110 | 11101 | 1000 | 110000 | 111111 | 1001111 |
Color Harmonies of #EBDDA6
Complementary color
Monochromatic Colors of #EBDDA6
Black with #EBDDA6
Text Example
Text Example
White with #EBDDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDDA6; }
p { color: rgb(235,221,166); }
H1.HeaderClassName
{
color: #EBDDA6;
}
.AnyTagClassName
{
color: #EBDDA6;
}
</style>
background-color css
<style>
a { background-color: #EBDDA6; }
a { background-color: rgb(235,221,166); }
div.DivClassName
{
background-color: #EBDDA6;
}
.BgClassName
{
background-color: #EBDDA6;
}
</style>
border-color css
<style>
span { border-color: #EBDDA6; }
span { border-color: rgb(235,221,166); }
td.TdClassName
{
border-color: #EBDDA6;
}
.TagClassName
{
border-color: #EBDDA6;
}
</style>