Shades of New Tan #EAC397
Tints of New Tan #EAC397
RGB
CMYK
RGB Variations
Color information
#EAC397 (or 0xEAC397) is known color: New Tan. HEX triplet: EA, C3 and 97. RGB value is (234,195,151). Sum of RGB (Red+Green+Blue) = 234+195+151=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 195 (76.56% from 255 or 33.62% from 580); Blue value is 151 (59.38% from 255 or 26.03% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC397 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC397 is #153C68. Grayscale: #C9C9C9. Windows color (decimal): -1391721 or 9946090. OLE color: 9946090.
HSL color Cylindrical-coordinate representation of color #EAC397: hue angle of 31.81º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EAC397 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 195 | 151 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.08 |
| HSL | 31.81º | 0.66% | 0.75% | - |
| HSV(B) | 31.81º | 0.35% | 0.92% | - |
| XYZ | 59.03 | 58.76 | 37.51 | - |
| YUV | 201.65 | 99.42 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 195 | 151 | 0 | 0.17 | 0.35 | 0.08 | 31.81 | 0.66 | 0.75 |
| Hex | EA | C3 | 97 | 0 | 11 | 23 | 8 | 20 | 42 | 4B |
| Octal | 352 | 303 | 227 | 0 | 21 | 43 | 10 | 40 | 102 | 113 |
| Binary | 11101010 | 11000011 | 10010111 | 0 | 10001 | 100011 | 1000 | 100000 | 1000010 | 1001011 |
Color Harmonies of #EAC397
Complementary color
Monochromatic Colors of #EAC397
Black with #EAC397
Text Example
Text Example
White with #EAC397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC397; }
p { color: rgb(234,195,151); }
H1.HeaderClassName
{
color: #EAC397;
}
.AnyTagClassName
{
color: #EAC397;
}
</style>
background-color css
<style>
a { background-color: #EAC397; }
a { background-color: rgb(234,195,151); }
div.DivClassName
{
background-color: #EAC397;
}
.BgClassName
{
background-color: #EAC397;
}
</style>
border-color css
<style>
span { border-color: #EAC397; }
span { border-color: rgb(234,195,151); }
td.TdClassName
{
border-color: #EAC397;
}
.TagClassName
{
border-color: #EAC397;
}
</style>