Shades of New Tan #EACA9E
Tints of New Tan #EACA9E
RGB
CMYK
RGB Variations
Color information
#EACA9E (or 0xEACA9E) is known color: New Tan. HEX triplet: EA, CA and 9E. RGB value is (234,202,158). Sum of RGB (Red+Green+Blue) = 234+202+158=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 158 (62.11% from 255 or 26.60% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACA9E is #153561. Grayscale: #CECECE. Windows color (decimal): -1389922 or 10406634. OLE color: 10406634.
HSL color Cylindrical-coordinate representation of color #EACA9E: hue angle of 34.74º 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 #EACA9E is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 158 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.08 |
| HSL | 34.74º | 0.64% | 0.77% | - |
| HSV(B) | 34.74º | 0.32% | 0.92% | - |
| XYZ | 61.22 | 62.2 | 41.13 | - |
| YUV | 206.55 | 100.6 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 158 | 0 | 0.14 | 0.32 | 0.08 | 34.74 | 0.64 | 0.77 |
| Hex | EA | CA | 9E | 0 | E | 20 | 8 | 23 | 40 | 4D |
| Octal | 352 | 312 | 236 | 0 | 16 | 40 | 10 | 43 | 100 | 115 |
| Binary | 11101010 | 11001010 | 10011110 | 0 | 1110 | 100000 | 1000 | 100011 | 1000000 | 1001101 |
Color Harmonies of #EACA9E
Complementary color
Monochromatic Colors of #EACA9E
Black with #EACA9E
Text Example
Text Example
White with #EACA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA9E; }
p { color: rgb(234,202,158); }
H1.HeaderClassName
{
color: #EACA9E;
}
.AnyTagClassName
{
color: #EACA9E;
}
</style>
background-color css
<style>
a { background-color: #EACA9E; }
a { background-color: rgb(234,202,158); }
div.DivClassName
{
background-color: #EACA9E;
}
.BgClassName
{
background-color: #EACA9E;
}
</style>
border-color css
<style>
span { border-color: #EACA9E; }
span { border-color: rgb(234,202,158); }
td.TdClassName
{
border-color: #EACA9E;
}
.TagClassName
{
border-color: #EACA9E;
}
</style>