Shades of New Tan #EACAA4
Tints of New Tan #EACAA4
RGB
CMYK
RGB Variations
Color information
#EACAA4 (or 0xEACAA4) is known color: New Tan. HEX triplet: EA, CA and A4. RGB value is (234,202,164). Sum of RGB (Red+Green+Blue) = 234+202+164=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 164 (64.45% from 255 or 27.33% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EACAA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACAA4 is #15355B. Grayscale: #CFCFCF. Windows color (decimal): -1389916 or 10799850. OLE color: 10799850.
HSL color Cylindrical-coordinate representation of color #EACAA4: hue angle of 32.57º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EACAA4 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 164 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.08 |
| HSL | 32.57º | 0.63% | 0.78% | - |
| HSV(B) | 32.57º | 0.3% | 0.92% | - |
| XYZ | 61.75 | 62.41 | 43.91 | - |
| YUV | 207.24 | 103.6 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 164 | 0 | 0.14 | 0.30 | 0.08 | 32.57 | 0.63 | 0.78 |
| Hex | EA | CA | A4 | 0 | E | 1E | 8 | 21 | 3E | 4E |
| Octal | 352 | 312 | 244 | 0 | 16 | 36 | 10 | 41 | 76 | 116 |
| Binary | 11101010 | 11001010 | 10100100 | 0 | 1110 | 11110 | 1000 | 100001 | 111110 | 1001110 |
Color Harmonies of #EACAA4
Complementary color
Monochromatic Colors of #EACAA4
Black with #EACAA4
Text Example
Text Example
White with #EACAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACAA4; }
p { color: rgb(234,202,164); }
H1.HeaderClassName
{
color: #EACAA4;
}
.AnyTagClassName
{
color: #EACAA4;
}
</style>
background-color css
<style>
a { background-color: #EACAA4; }
a { background-color: rgb(234,202,164); }
div.DivClassName
{
background-color: #EACAA4;
}
.BgClassName
{
background-color: #EACAA4;
}
</style>
border-color css
<style>
span { border-color: #EACAA4; }
span { border-color: rgb(234,202,164); }
td.TdClassName
{
border-color: #EACAA4;
}
.TagClassName
{
border-color: #EACAA4;
}
</style>