Shades of New Tan #EAC596
Tints of New Tan #EAC596
RGB
CMYK
RGB Variations
Color information
#EAC596 (or 0xEAC596) is known color: New Tan. HEX triplet: EA, C5 and 96. RGB value is (234,197,150). Sum of RGB (Red+Green+Blue) = 234+197+150=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 197 (77.34% from 255 or 33.91% from 581); Blue value is 150 (58.98% from 255 or 25.82% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC596 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC596 is #153A69. Grayscale: #CACACA. Windows color (decimal): -1391210 or 9881066. OLE color: 9881066.
HSL color Cylindrical-coordinate representation of color #EAC596: hue angle of 33.57º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EAC596 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 197 | 150 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.08 |
| HSL | 33.57º | 0.67% | 0.75% | - |
| HSV(B) | 33.57º | 0.36% | 0.92% | - |
| XYZ | 59.4 | 59.63 | 37.23 | - |
| YUV | 202.71 | 98.26 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 150 | 0 | 0.16 | 0.36 | 0.08 | 33.57 | 0.67 | 0.75 |
| Hex | EA | C5 | 96 | 0 | 10 | 24 | 8 | 22 | 43 | 4B |
| Octal | 352 | 305 | 226 | 0 | 20 | 44 | 10 | 42 | 103 | 113 |
| Binary | 11101010 | 11000101 | 10010110 | 0 | 10000 | 100100 | 1000 | 100010 | 1000011 | 1001011 |
Color Harmonies of #EAC596
Complementary color
Monochromatic Colors of #EAC596
Black with #EAC596
Text Example
Text Example
White with #EAC596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC596; }
p { color: rgb(234,197,150); }
H1.HeaderClassName
{
color: #EAC596;
}
.AnyTagClassName
{
color: #EAC596;
}
</style>
background-color css
<style>
a { background-color: #EAC596; }
a { background-color: rgb(234,197,150); }
div.DivClassName
{
background-color: #EAC596;
}
.BgClassName
{
background-color: #EAC596;
}
</style>
border-color css
<style>
span { border-color: #EAC596; }
span { border-color: rgb(234,197,150); }
td.TdClassName
{
border-color: #EAC596;
}
.TagClassName
{
border-color: #EAC596;
}
</style>