Shades of Sidecar #EBDFA1
Tints of Sidecar #EBDFA1
RGB
CMYK
RGB Variations
Color information
#EBDFA1 (or 0xEBDFA1) is known color: Sidecar. HEX triplet: EB, DF and A1. RGB value is (235,223,161). Sum of RGB (Red+Green+Blue) = 235+223+161=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 223 (87.5% from 255 or 36.03% from 619); Blue value is 161 (63.28% from 255 or 26.01% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDFA1 is #14205E. Grayscale: #DBDBDB. Windows color (decimal): -1319007 or 10608619. OLE color: 10608619.
HSL color Cylindrical-coordinate representation of color #EBDFA1: hue angle of 50.27º 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 #EBDFA1 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 223 | 161 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.08 |
| HSL | 50.27º | 0.65% | 0.78% | - |
| HSV(B) | 50.27º | 0.31% | 0.92% | - |
| XYZ | 67.08 | 73.01 | 44.28 | - |
| YUV | 219.52 | 94.98 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 223 | 161 | 0 | 0.05 | 0.31 | 0.08 | 50.27 | 0.65 | 0.78 |
| Hex | EB | DF | A1 | 0 | 5 | 1F | 8 | 32 | 41 | 4E |
| Octal | 353 | 337 | 241 | 0 | 5 | 37 | 10 | 62 | 101 | 116 |
| Binary | 11101011 | 11011111 | 10100001 | 0 | 101 | 11111 | 1000 | 110010 | 1000001 | 1001110 |
Color Harmonies of #EBDFA1
Complementary color
Monochromatic Colors of #EBDFA1
Black with #EBDFA1
Text Example
Text Example
White with #EBDFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDFA1; }
p { color: rgb(235,223,161); }
H1.HeaderClassName
{
color: #EBDFA1;
}
.AnyTagClassName
{
color: #EBDFA1;
}
</style>
background-color css
<style>
a { background-color: #EBDFA1; }
a { background-color: rgb(235,223,161); }
div.DivClassName
{
background-color: #EBDFA1;
}
.BgClassName
{
background-color: #EBDFA1;
}
</style>
border-color css
<style>
span { border-color: #EBDFA1; }
span { border-color: rgb(235,223,161); }
td.TdClassName
{
border-color: #EBDFA1;
}
.TagClassName
{
border-color: #EBDFA1;
}
</style>