Shades of New Tan #EACCA1
Tints of New Tan #EACCA1
RGB
CMYK
RGB Variations
Color information
#EACCA1 (or 0xEACCA1) is known color: New Tan. HEX triplet: EA, CC and A1. RGB value is (234,204,161). Sum of RGB (Red+Green+Blue) = 234+204+161=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 161 (63.28% from 255 or 26.88% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACCA1 is #15335E. Grayscale: #D0D0D0. Windows color (decimal): -1389407 or 10603754. OLE color: 10603754.
HSL color Cylindrical-coordinate representation of color #EACCA1: hue angle of 35.34º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EACCA1 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 161 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.08 |
| HSL | 35.34º | 0.63% | 0.77% | - |
| HSV(B) | 35.34º | 0.31% | 0.92% | - |
| XYZ | 61.96 | 63.25 | 42.66 | - |
| YUV | 208.07 | 101.44 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 161 | 0 | 0.13 | 0.31 | 0.08 | 35.34 | 0.63 | 0.77 |
| Hex | EA | CC | A1 | 0 | D | 1F | 8 | 23 | 3F | 4D |
| Octal | 352 | 314 | 241 | 0 | 15 | 37 | 10 | 43 | 77 | 115 |
| Binary | 11101010 | 11001100 | 10100001 | 0 | 1101 | 11111 | 1000 | 100011 | 111111 | 1001101 |
Color Harmonies of #EACCA1
Complementary color
Monochromatic Colors of #EACCA1
Black with #EACCA1
Text Example
Text Example
White with #EACCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACCA1; }
p { color: rgb(234,204,161); }
H1.HeaderClassName
{
color: #EACCA1;
}
.AnyTagClassName
{
color: #EACCA1;
}
</style>
background-color css
<style>
a { background-color: #EACCA1; }
a { background-color: rgb(234,204,161); }
div.DivClassName
{
background-color: #EACCA1;
}
.BgClassName
{
background-color: #EACCA1;
}
</style>
border-color css
<style>
span { border-color: #EACCA1; }
span { border-color: rgb(234,204,161); }
td.TdClassName
{
border-color: #EACCA1;
}
.TagClassName
{
border-color: #EACCA1;
}
</style>