Shades of New Tan #EBCCA1
Tints of New Tan #EBCCA1
RGB
CMYK
RGB Variations
Color information
#EBCCA1 (or 0xEBCCA1) is known color: New Tan. HEX triplet: EB, CC and A1. RGB value is (235,204,161). Sum of RGB (Red+Green+Blue) = 235+204+161=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 161 (63.28% from 255 or 26.83% from 600); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCCA1 is #14335E. Grayscale: #D0D0D0. Windows color (decimal): -1323871 or 10603755. OLE color: 10603755.
HSL color Cylindrical-coordinate representation of color #EBCCA1: hue angle of 34.86º 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 #EBCCA1 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 204 | 161 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.08 |
| HSL | 34.86º | 0.65% | 0.78% | - |
| HSV(B) | 34.86º | 0.31% | 0.92% | - |
| XYZ | 62.29 | 63.42 | 42.68 | - |
| YUV | 208.37 | 101.27 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 204 | 161 | 0 | 0.13 | 0.31 | 0.08 | 34.86 | 0.65 | 0.78 |
| Hex | EB | CC | A1 | 0 | D | 1F | 8 | 23 | 41 | 4E |
| Octal | 353 | 314 | 241 | 0 | 15 | 37 | 10 | 43 | 101 | 116 |
| Binary | 11101011 | 11001100 | 10100001 | 0 | 1101 | 11111 | 1000 | 100011 | 1000001 | 1001110 |
Color Harmonies of #EBCCA1
Complementary color
Monochromatic Colors of #EBCCA1
Black with #EBCCA1
Text Example
Text Example
White with #EBCCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCCA1; }
p { color: rgb(235,204,161); }
H1.HeaderClassName
{
color: #EBCCA1;
}
.AnyTagClassName
{
color: #EBCCA1;
}
</style>
background-color css
<style>
a { background-color: #EBCCA1; }
a { background-color: rgb(235,204,161); }
div.DivClassName
{
background-color: #EBCCA1;
}
.BgClassName
{
background-color: #EBCCA1;
}
</style>
border-color css
<style>
span { border-color: #EBCCA1; }
span { border-color: rgb(235,204,161); }
td.TdClassName
{
border-color: #EBCCA1;
}
.TagClassName
{
border-color: #EBCCA1;
}
</style>