Shades of New Tan #EBC7A1
Tints of New Tan #EBC7A1
RGB
CMYK
RGB Variations
Color information
#EBC7A1 (or 0xEBC7A1) is known color: New Tan. HEX triplet: EB, C7 and A1. RGB value is (235,199,161). Sum of RGB (Red+Green+Blue) = 235+199+161=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 161 (63.28% from 255 or 27.06% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC7A1 is #14385E. Grayscale: #CDCDCD. Windows color (decimal): -1325151 or 10602475. OLE color: 10602475.
HSL color Cylindrical-coordinate representation of color #EBC7A1: hue angle of 30.81º 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 #EBC7A1 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 161 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.08 |
| HSL | 30.81º | 0.65% | 0.78% | - |
| HSV(B) | 30.81º | 0.31% | 0.92% | - |
| XYZ | 61.12 | 61.08 | 42.29 | - |
| YUV | 205.43 | 102.93 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 161 | 0 | 0.15 | 0.31 | 0.08 | 30.81 | 0.65 | 0.78 |
| Hex | EB | C7 | A1 | 0 | F | 1F | 8 | 1F | 41 | 4E |
| Octal | 353 | 307 | 241 | 0 | 17 | 37 | 10 | 37 | 101 | 116 |
| Binary | 11101011 | 11000111 | 10100001 | 0 | 1111 | 11111 | 1000 | 11111 | 1000001 | 1001110 |
Color Harmonies of #EBC7A1
Complementary color
Monochromatic Colors of #EBC7A1
Black with #EBC7A1
Text Example
Text Example
White with #EBC7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC7A1; }
p { color: rgb(235,199,161); }
H1.HeaderClassName
{
color: #EBC7A1;
}
.AnyTagClassName
{
color: #EBC7A1;
}
</style>
background-color css
<style>
a { background-color: #EBC7A1; }
a { background-color: rgb(235,199,161); }
div.DivClassName
{
background-color: #EBC7A1;
}
.BgClassName
{
background-color: #EBC7A1;
}
</style>
border-color css
<style>
span { border-color: #EBC7A1; }
span { border-color: rgb(235,199,161); }
td.TdClassName
{
border-color: #EBC7A1;
}
.TagClassName
{
border-color: #EBC7A1;
}
</style>