Shades of New Tan #EACCA0
Tints of New Tan #EACCA0
RGB
CMYK
RGB Variations
Color information
#EACCA0 (or 0xEACCA0) is known color: New Tan. HEX triplet: EA, CC and A0. RGB value is (234,204,160). Sum of RGB (Red+Green+Blue) = 234+204+160=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 160 (62.89% from 255 or 26.76% from 598); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACCA0 is #15335F. Grayscale: #D0D0D0. Windows color (decimal): -1389408 or 10538218. OLE color: 10538218.
HSL color Cylindrical-coordinate representation of color #EACCA0: hue angle of 35.68º degrees, saturation: 0.64, 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 #EACCA0 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 160 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.08 |
| HSL | 35.68º | 0.64% | 0.77% | - |
| HSV(B) | 35.68º | 0.32% | 0.92% | - |
| XYZ | 61.87 | 63.22 | 42.2 | - |
| YUV | 207.95 | 100.94 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 160 | 0 | 0.13 | 0.32 | 0.08 | 35.68 | 0.64 | 0.77 |
| Hex | EA | CC | A0 | 0 | D | 20 | 8 | 24 | 40 | 4D |
| Octal | 352 | 314 | 240 | 0 | 15 | 40 | 10 | 44 | 100 | 115 |
| Binary | 11101010 | 11001100 | 10100000 | 0 | 1101 | 100000 | 1000 | 100100 | 1000000 | 1001101 |
Color Harmonies of #EACCA0
Complementary color
Monochromatic Colors of #EACCA0
Black with #EACCA0
Text Example
Text Example
White with #EACCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACCA0; }
p { color: rgb(234,204,160); }
H1.HeaderClassName
{
color: #EACCA0;
}
.AnyTagClassName
{
color: #EACCA0;
}
</style>
background-color css
<style>
a { background-color: #EACCA0; }
a { background-color: rgb(234,204,160); }
div.DivClassName
{
background-color: #EACCA0;
}
.BgClassName
{
background-color: #EACCA0;
}
</style>
border-color css
<style>
span { border-color: #EACCA0; }
span { border-color: rgb(234,204,160); }
td.TdClassName
{
border-color: #EACCA0;
}
.TagClassName
{
border-color: #EACCA0;
}
</style>