Shades of New Tan #EBC7A0
Tints of New Tan #EBC7A0
RGB
CMYK
RGB Variations
Color information
#EBC7A0 (or 0xEBC7A0) is known color: New Tan. HEX triplet: EB, C7 and A0. RGB value is (235,199,160). Sum of RGB (Red+Green+Blue) = 235+199+160=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 199 (78.12% from 255 or 33.50% from 594); Blue value is 160 (62.89% from 255 or 26.94% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC7A0 is #14385F. Grayscale: #CDCDCD. Windows color (decimal): -1325152 or 10536939. OLE color: 10536939.
HSL color Cylindrical-coordinate representation of color #EBC7A0: hue angle of 31.2º 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 #EBC7A0 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 160 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.08 |
| HSL | 31.2º | 0.65% | 0.77% | - |
| HSV(B) | 31.2º | 0.32% | 0.92% | - |
| XYZ | 61.03 | 61.05 | 41.82 | - |
| YUV | 205.32 | 102.43 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 160 | 0 | 0.15 | 0.32 | 0.08 | 31.2 | 0.65 | 0.77 |
| Hex | EB | C7 | A0 | 0 | F | 20 | 8 | 1F | 41 | 4D |
| Octal | 353 | 307 | 240 | 0 | 17 | 40 | 10 | 37 | 101 | 115 |
| Binary | 11101011 | 11000111 | 10100000 | 0 | 1111 | 100000 | 1000 | 11111 | 1000001 | 1001101 |
Color Harmonies of #EBC7A0
Complementary color
Monochromatic Colors of #EBC7A0
Black with #EBC7A0
Text Example
Text Example
White with #EBC7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC7A0; }
p { color: rgb(235,199,160); }
H1.HeaderClassName
{
color: #EBC7A0;
}
.AnyTagClassName
{
color: #EBC7A0;
}
</style>
background-color css
<style>
a { background-color: #EBC7A0; }
a { background-color: rgb(235,199,160); }
div.DivClassName
{
background-color: #EBC7A0;
}
.BgClassName
{
background-color: #EBC7A0;
}
</style>
border-color css
<style>
span { border-color: #EBC7A0; }
span { border-color: rgb(235,199,160); }
td.TdClassName
{
border-color: #EBC7A0;
}
.TagClassName
{
border-color: #EBC7A0;
}
</style>