Shades of Sidecar #EBDFA2
Tints of Sidecar #EBDFA2
RGB
CMYK
RGB Variations
Color information
#EBDFA2 (or 0xEBDFA2) is known color: Sidecar. HEX triplet: EB, DF and A2. RGB value is (235,223,162). Sum of RGB (Red+Green+Blue) = 235+223+162=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 162 (63.67% from 255 or 26.13% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDFA2 is #14205D. Grayscale: #DBDBDB. Windows color (decimal): -1319006 or 10674155. OLE color: 10674155.
HSL color Cylindrical-coordinate representation of color #EBDFA2: hue angle of 50.14º 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 #EBDFA2 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 223 | 162 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.08 |
| HSL | 50.14º | 0.65% | 0.78% | - |
| HSV(B) | 50.14º | 0.31% | 0.92% | - |
| XYZ | 67.17 | 73.05 | 44.74 | - |
| YUV | 219.63 | 95.48 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 223 | 162 | 0 | 0.05 | 0.31 | 0.08 | 50.14 | 0.65 | 0.78 |
| Hex | EB | DF | A2 | 0 | 5 | 1F | 8 | 32 | 41 | 4E |
| Octal | 353 | 337 | 242 | 0 | 5 | 37 | 10 | 62 | 101 | 116 |
| Binary | 11101011 | 11011111 | 10100010 | 0 | 101 | 11111 | 1000 | 110010 | 1000001 | 1001110 |
Color Harmonies of #EBDFA2
Complementary color
Monochromatic Colors of #EBDFA2
Black with #EBDFA2
Text Example
Text Example
White with #EBDFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDFA2; }
p { color: rgb(235,223,162); }
H1.HeaderClassName
{
color: #EBDFA2;
}
.AnyTagClassName
{
color: #EBDFA2;
}
</style>
background-color css
<style>
a { background-color: #EBDFA2; }
a { background-color: rgb(235,223,162); }
div.DivClassName
{
background-color: #EBDFA2;
}
.BgClassName
{
background-color: #EBDFA2;
}
</style>
border-color css
<style>
span { border-color: #EBDFA2; }
span { border-color: rgb(235,223,162); }
td.TdClassName
{
border-color: #EBDFA2;
}
.TagClassName
{
border-color: #EBDFA2;
}
</style>