Shades of New Tan #EAC39D
Tints of New Tan #EAC39D
RGB
CMYK
RGB Variations
Color information
#EAC39D (or 0xEAC39D) is known color: New Tan. HEX triplet: EA, C3 and 9D. RGB value is (234,195,157). Sum of RGB (Red+Green+Blue) = 234+195+157=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 195 (76.56% from 255 or 33.28% from 586); Blue value is 157 (61.72% from 255 or 26.79% from 586); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC39D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC39D is #153C62. Grayscale: #CACACA. Windows color (decimal): -1391715 or 10339306. OLE color: 10339306.
HSL color Cylindrical-coordinate representation of color #EAC39D: hue angle of 29.61º 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 #EAC39D is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 195 | 157 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.08 |
| HSL | 29.61º | 0.65% | 0.77% | - |
| HSV(B) | 29.61º | 0.33% | 0.92% | - |
| XYZ | 59.53 | 58.96 | 40.14 | - |
| YUV | 202.33 | 102.42 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 195 | 157 | 0 | 0.17 | 0.33 | 0.08 | 29.61 | 0.65 | 0.77 |
| Hex | EA | C3 | 9D | 0 | 11 | 21 | 8 | 1E | 41 | 4D |
| Octal | 352 | 303 | 235 | 0 | 21 | 41 | 10 | 36 | 101 | 115 |
| Binary | 11101010 | 11000011 | 10011101 | 0 | 10001 | 100001 | 1000 | 11110 | 1000001 | 1001101 |
Color Harmonies of #EAC39D
Complementary color
Monochromatic Colors of #EAC39D
Black with #EAC39D
Text Example
Text Example
White with #EAC39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC39D; }
p { color: rgb(234,195,157); }
H1.HeaderClassName
{
color: #EAC39D;
}
.AnyTagClassName
{
color: #EAC39D;
}
</style>
background-color css
<style>
a { background-color: #EAC39D; }
a { background-color: rgb(234,195,157); }
div.DivClassName
{
background-color: #EAC39D;
}
.BgClassName
{
background-color: #EAC39D;
}
</style>
border-color css
<style>
span { border-color: #EAC39D; }
span { border-color: rgb(234,195,157); }
td.TdClassName
{
border-color: #EAC39D;
}
.TagClassName
{
border-color: #EAC39D;
}
</style>