Shades of New Tan #EBCAA1
Tints of New Tan #EBCAA1
RGB
CMYK
RGB Variations
Color information
#EBCAA1 (or 0xEBCAA1) is known color: New Tan. HEX triplet: EB, CA and A1. RGB value is (235,202,161). Sum of RGB (Red+Green+Blue) = 235+202+161=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 161 (63.28% from 255 or 26.92% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCAA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCAA1 is #14355E. Grayscale: #CFCFCF. Windows color (decimal): -1324383 or 10603243. OLE color: 10603243.
HSL color Cylindrical-coordinate representation of color #EBCAA1: hue angle of 33.24º 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 #EBCAA1 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 202 | 161 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.08 |
| HSL | 33.24º | 0.65% | 0.78% | - |
| HSV(B) | 33.24º | 0.31% | 0.92% | - |
| XYZ | 61.81 | 62.48 | 42.52 | - |
| YUV | 207.19 | 101.93 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 202 | 161 | 0 | 0.14 | 0.31 | 0.08 | 33.24 | 0.65 | 0.78 |
| Hex | EB | CA | A1 | 0 | E | 1F | 8 | 21 | 41 | 4E |
| Octal | 353 | 312 | 241 | 0 | 16 | 37 | 10 | 41 | 101 | 116 |
| Binary | 11101011 | 11001010 | 10100001 | 0 | 1110 | 11111 | 1000 | 100001 | 1000001 | 1001110 |
Color Harmonies of #EBCAA1
Complementary color
Monochromatic Colors of #EBCAA1
Black with #EBCAA1
Text Example
Text Example
White with #EBCAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCAA1; }
p { color: rgb(235,202,161); }
H1.HeaderClassName
{
color: #EBCAA1;
}
.AnyTagClassName
{
color: #EBCAA1;
}
</style>
background-color css
<style>
a { background-color: #EBCAA1; }
a { background-color: rgb(235,202,161); }
div.DivClassName
{
background-color: #EBCAA1;
}
.BgClassName
{
background-color: #EBCAA1;
}
</style>
border-color css
<style>
span { border-color: #EBCAA1; }
span { border-color: rgb(235,202,161); }
td.TdClassName
{
border-color: #EBCAA1;
}
.TagClassName
{
border-color: #EBCAA1;
}
</style>