Shades of New Tan #EACCA2
Tints of New Tan #EACCA2
RGB
CMYK
RGB Variations
Color information
#EACCA2 (or 0xEACCA2) is known color: New Tan. HEX triplet: EA, CC and A2. RGB value is (234,204,162). Sum of RGB (Red+Green+Blue) = 234+204+162=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 162 (63.67% from 255 or 27% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACCA2 is #15335D. Grayscale: #D0D0D0. Windows color (decimal): -1389406 or 10669290. OLE color: 10669290.
HSL color Cylindrical-coordinate representation of color #EACCA2: hue angle of 35º degrees, saturation: 0.63, 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 #EACCA2 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 162 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.08 |
| HSL | 35º | 0.63% | 0.78% | - |
| HSV(B) | 35º | 0.31% | 0.92% | - |
| XYZ | 62.05 | 63.29 | 43.13 | - |
| YUV | 208.18 | 101.94 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 162 | 0 | 0.13 | 0.31 | 0.08 | 35 | 0.63 | 0.78 |
| Hex | EA | CC | A2 | 0 | D | 1F | 8 | 23 | 3F | 4E |
| Octal | 352 | 314 | 242 | 0 | 15 | 37 | 10 | 43 | 77 | 116 |
| Binary | 11101010 | 11001100 | 10100010 | 0 | 1101 | 11111 | 1000 | 100011 | 111111 | 1001110 |
Color Harmonies of #EACCA2
Complementary color
Monochromatic Colors of #EACCA2
Black with #EACCA2
Text Example
Text Example
White with #EACCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACCA2; }
p { color: rgb(234,204,162); }
H1.HeaderClassName
{
color: #EACCA2;
}
.AnyTagClassName
{
color: #EACCA2;
}
</style>
background-color css
<style>
a { background-color: #EACCA2; }
a { background-color: rgb(234,204,162); }
div.DivClassName
{
background-color: #EACCA2;
}
.BgClassName
{
background-color: #EACCA2;
}
</style>
border-color css
<style>
span { border-color: #EACCA2; }
span { border-color: rgb(234,204,162); }
td.TdClassName
{
border-color: #EACCA2;
}
.TagClassName
{
border-color: #EACCA2;
}
</style>