Shades of New Tan #EAC49D
Tints of New Tan #EAC49D
RGB
CMYK
RGB Variations
Color information
#EAC49D (or 0xEAC49D) is known color: New Tan. HEX triplet: EA, C4 and 9D. RGB value is (234,196,157). Sum of RGB (Red+Green+Blue) = 234+196+157=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 196 (76.95% from 255 or 33.39% from 587); Blue value is 157 (61.72% from 255 or 26.75% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC49D is #153B62. Grayscale: #CBCBCB. Windows color (decimal): -1391459 or 10339562. OLE color: 10339562.
HSL color Cylindrical-coordinate representation of color #EAC49D: hue angle of 30.39º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EAC49D is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 196 | 157 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.08 |
| HSL | 30.39º | 0.65% | 0.77% | - |
| HSV(B) | 30.39º | 0.33% | 0.92% | - |
| XYZ | 59.76 | 59.41 | 40.22 | - |
| YUV | 202.92 | 102.09 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 196 | 157 | 0 | 0.16 | 0.33 | 0.08 | 30.39 | 0.65 | 0.77 |
| Hex | EA | C4 | 9D | 0 | 10 | 21 | 8 | 1E | 41 | 4D |
| Octal | 352 | 304 | 235 | 0 | 20 | 41 | 10 | 36 | 101 | 115 |
| Binary | 11101010 | 11000100 | 10011101 | 0 | 10000 | 100001 | 1000 | 11110 | 1000001 | 1001101 |
Color Harmonies of #EAC49D
Complementary color
Monochromatic Colors of #EAC49D
Black with #EAC49D
Text Example
Text Example
White with #EAC49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC49D; }
p { color: rgb(234,196,157); }
H1.HeaderClassName
{
color: #EAC49D;
}
.AnyTagClassName
{
color: #EAC49D;
}
</style>
background-color css
<style>
a { background-color: #EAC49D; }
a { background-color: rgb(234,196,157); }
div.DivClassName
{
background-color: #EAC49D;
}
.BgClassName
{
background-color: #EAC49D;
}
</style>
border-color css
<style>
span { border-color: #EAC49D; }
span { border-color: rgb(234,196,157); }
td.TdClassName
{
border-color: #EAC49D;
}
.TagClassName
{
border-color: #EAC49D;
}
</style>