Shades of New Tan #EBCBA0
Tints of New Tan #EBCBA0
RGB
CMYK
RGB Variations
Color information
#EBCBA0 (or 0xEBCBA0) is known color: New Tan. HEX triplet: EB, CB and A0. RGB value is (235,203,160). Sum of RGB (Red+Green+Blue) = 235+203+160=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 160 (62.89% from 255 or 26.76% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCBA0 is #14345F. Grayscale: #CFCFCF. Windows color (decimal): -1324128 or 10537963. OLE color: 10537963.
HSL color Cylindrical-coordinate representation of color #EBCBA0: hue angle of 34.4º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBCBA0 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 203 | 160 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.08 |
| HSL | 34.4º | 0.65% | 0.77% | - |
| HSV(B) | 34.4º | 0.32% | 0.92% | - |
| XYZ | 61.96 | 62.91 | 42.14 | - |
| YUV | 207.67 | 101.1 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 203 | 160 | 0 | 0.14 | 0.32 | 0.08 | 34.4 | 0.65 | 0.77 |
| Hex | EB | CB | A0 | 0 | E | 20 | 8 | 22 | 41 | 4D |
| Octal | 353 | 313 | 240 | 0 | 16 | 40 | 10 | 42 | 101 | 115 |
| Binary | 11101011 | 11001011 | 10100000 | 0 | 1110 | 100000 | 1000 | 100010 | 1000001 | 1001101 |
Color Harmonies of #EBCBA0
Complementary color
Monochromatic Colors of #EBCBA0
Black with #EBCBA0
Text Example
Text Example
White with #EBCBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCBA0; }
p { color: rgb(235,203,160); }
H1.HeaderClassName
{
color: #EBCBA0;
}
.AnyTagClassName
{
color: #EBCBA0;
}
</style>
background-color css
<style>
a { background-color: #EBCBA0; }
a { background-color: rgb(235,203,160); }
div.DivClassName
{
background-color: #EBCBA0;
}
.BgClassName
{
background-color: #EBCBA0;
}
</style>
border-color css
<style>
span { border-color: #EBCBA0; }
span { border-color: rgb(235,203,160); }
td.TdClassName
{
border-color: #EBCBA0;
}
.TagClassName
{
border-color: #EBCBA0;
}
</style>