Shades of Sidecar #EBDFA4
Tints of Sidecar #EBDFA4
RGB
CMYK
RGB Variations
Color information
#EBDFA4 (or 0xEBDFA4) is known color: Sidecar. HEX triplet: EB, DF and A4. RGB value is (235,223,164). Sum of RGB (Red+Green+Blue) = 235+223+164=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 164 (64.45% from 255 or 26.37% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDFA4 is #14205B. Grayscale: #DCDCDC. Windows color (decimal): -1319004 or 10805227. OLE color: 10805227.
HSL color Cylindrical-coordinate representation of color #EBDFA4: hue angle of 49.86º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBDFA4 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 223 | 164 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.08 |
| HSL | 49.86º | 0.64% | 0.78% | - |
| HSV(B) | 49.86º | 0.3% | 0.92% | - |
| XYZ | 67.35 | 73.12 | 45.69 | - |
| YUV | 219.86 | 96.48 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 223 | 164 | 0 | 0.05 | 0.30 | 0.08 | 49.86 | 0.64 | 0.78 |
| Hex | EB | DF | A4 | 0 | 5 | 1E | 8 | 32 | 40 | 4E |
| Octal | 353 | 337 | 244 | 0 | 5 | 36 | 10 | 62 | 100 | 116 |
| Binary | 11101011 | 11011111 | 10100100 | 0 | 101 | 11110 | 1000 | 110010 | 1000000 | 1001110 |
Color Harmonies of #EBDFA4
Complementary color
Monochromatic Colors of #EBDFA4
Black with #EBDFA4
Text Example
Text Example
White with #EBDFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDFA4; }
p { color: rgb(235,223,164); }
H1.HeaderClassName
{
color: #EBDFA4;
}
.AnyTagClassName
{
color: #EBDFA4;
}
</style>
background-color css
<style>
a { background-color: #EBDFA4; }
a { background-color: rgb(235,223,164); }
div.DivClassName
{
background-color: #EBDFA4;
}
.BgClassName
{
background-color: #EBDFA4;
}
</style>
border-color css
<style>
span { border-color: #EBDFA4; }
span { border-color: rgb(235,223,164); }
td.TdClassName
{
border-color: #EBDFA4;
}
.TagClassName
{
border-color: #EBDFA4;
}
</style>