Shades of New Tan #EAC49E
Tints of New Tan #EAC49E
RGB
CMYK
RGB Variations
Color information
#EAC49E (or 0xEAC49E) is known color: New Tan. HEX triplet: EA, C4 and 9E. RGB value is (234,196,158). Sum of RGB (Red+Green+Blue) = 234+196+158=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 196 (76.95% from 255 or 33.33% from 588); Blue value is 158 (62.11% from 255 or 26.87% from 588); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC49E is #153B61. Grayscale: #CBCBCB. Windows color (decimal): -1391458 or 10405098. OLE color: 10405098.
HSL color Cylindrical-coordinate representation of color #EAC49E: hue angle of 30º 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 #EAC49E is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 196 | 158 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.08 |
| HSL | 30º | 0.64% | 0.77% | - |
| HSV(B) | 30º | 0.32% | 0.92% | - |
| XYZ | 59.84 | 59.44 | 40.67 | - |
| YUV | 203.03 | 102.59 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 196 | 158 | 0 | 0.16 | 0.32 | 0.08 | 30 | 0.64 | 0.77 |
| Hex | EA | C4 | 9E | 0 | 10 | 20 | 8 | 1E | 40 | 4D |
| Octal | 352 | 304 | 236 | 0 | 20 | 40 | 10 | 36 | 100 | 115 |
| Binary | 11101010 | 11000100 | 10011110 | 0 | 10000 | 100000 | 1000 | 11110 | 1000000 | 1001101 |
Color Harmonies of #EAC49E
Complementary color
Monochromatic Colors of #EAC49E
Black with #EAC49E
Text Example
Text Example
White with #EAC49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC49E; }
p { color: rgb(234,196,158); }
H1.HeaderClassName
{
color: #EAC49E;
}
.AnyTagClassName
{
color: #EAC49E;
}
</style>
background-color css
<style>
a { background-color: #EAC49E; }
a { background-color: rgb(234,196,158); }
div.DivClassName
{
background-color: #EAC49E;
}
.BgClassName
{
background-color: #EAC49E;
}
</style>
border-color css
<style>
span { border-color: #EAC49E; }
span { border-color: rgb(234,196,158); }
td.TdClassName
{
border-color: #EAC49E;
}
.TagClassName
{
border-color: #EAC49E;
}
</style>