Shades of New Tan #EAC49B
Tints of New Tan #EAC49B
RGB
CMYK
RGB Variations
Color information
#EAC49B (or 0xEAC49B) is known color: New Tan. HEX triplet: EA, C4 and 9B. RGB value is (234,196,155). Sum of RGB (Red+Green+Blue) = 234+196+155=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 196 (76.95% from 255 or 33.50% from 585); Blue value is 155 (60.94% from 255 or 26.50% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC49B is #153B64. Grayscale: #CACACA. Windows color (decimal): -1391461 or 10208490. OLE color: 10208490.
HSL color Cylindrical-coordinate representation of color #EAC49B: hue angle of 31.14º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EAC49B is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 196 | 155 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.08 |
| HSL | 31.14º | 0.65% | 0.76% | - |
| HSV(B) | 31.14º | 0.34% | 0.92% | - |
| XYZ | 59.59 | 59.34 | 39.32 | - |
| YUV | 202.69 | 101.09 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 196 | 155 | 0 | 0.16 | 0.34 | 0.08 | 31.14 | 0.65 | 0.76 |
| Hex | EA | C4 | 9B | 0 | 10 | 22 | 8 | 1F | 41 | 4C |
| Octal | 352 | 304 | 233 | 0 | 20 | 42 | 10 | 37 | 101 | 114 |
| Binary | 11101010 | 11000100 | 10011011 | 0 | 10000 | 100010 | 1000 | 11111 | 1000001 | 1001100 |
Color Harmonies of #EAC49B
Complementary color
Monochromatic Colors of #EAC49B
Black with #EAC49B
Text Example
Text Example
White with #EAC49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC49B; }
p { color: rgb(234,196,155); }
H1.HeaderClassName
{
color: #EAC49B;
}
.AnyTagClassName
{
color: #EAC49B;
}
</style>
background-color css
<style>
a { background-color: #EAC49B; }
a { background-color: rgb(234,196,155); }
div.DivClassName
{
background-color: #EAC49B;
}
.BgClassName
{
background-color: #EAC49B;
}
</style>
border-color css
<style>
span { border-color: #EAC49B; }
span { border-color: rgb(234,196,155); }
td.TdClassName
{
border-color: #EAC49B;
}
.TagClassName
{
border-color: #EAC49B;
}
</style>