Shades of New Tan #EAC595
Tints of New Tan #EAC595
RGB
CMYK
RGB Variations
Color information
#EAC595 (or 0xEAC595) is known color: New Tan. HEX triplet: EA, C5 and 95. RGB value is (234,197,149). Sum of RGB (Red+Green+Blue) = 234+197+149=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 197 (77.34% from 255 or 33.97% from 580); Blue value is 149 (58.59% from 255 or 25.69% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC595 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC595 is #153A6A. Grayscale: #CACACA. Windows color (decimal): -1391211 or 9815530. OLE color: 9815530.
HSL color Cylindrical-coordinate representation of color #EAC595: hue angle of 33.88º 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 #EAC595 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 197 | 149 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.08 |
| HSL | 33.88º | 0.67% | 0.75% | - |
| HSV(B) | 33.88º | 0.36% | 0.92% | - |
| XYZ | 59.32 | 59.59 | 36.81 | - |
| YUV | 202.59 | 97.76 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 149 | 0 | 0.16 | 0.36 | 0.08 | 33.88 | 0.67 | 0.75 |
| Hex | EA | C5 | 95 | 0 | 10 | 24 | 8 | 22 | 43 | 4B |
| Octal | 352 | 305 | 225 | 0 | 20 | 44 | 10 | 42 | 103 | 113 |
| Binary | 11101010 | 11000101 | 10010101 | 0 | 10000 | 100100 | 1000 | 100010 | 1000011 | 1001011 |
Color Harmonies of #EAC595
Complementary color
Monochromatic Colors of #EAC595
Black with #EAC595
Text Example
Text Example
White with #EAC595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC595; }
p { color: rgb(234,197,149); }
H1.HeaderClassName
{
color: #EAC595;
}
.AnyTagClassName
{
color: #EAC595;
}
</style>
background-color css
<style>
a { background-color: #EAC595; }
a { background-color: rgb(234,197,149); }
div.DivClassName
{
background-color: #EAC595;
}
.BgClassName
{
background-color: #EAC595;
}
</style>
border-color css
<style>
span { border-color: #EAC595; }
span { border-color: rgb(234,197,149); }
td.TdClassName
{
border-color: #EAC595;
}
.TagClassName
{
border-color: #EAC595;
}
</style>