Shades of New Tan #EAC395
Tints of New Tan #EAC395
RGB
CMYK
RGB Variations
Color information
#EAC395 (or 0xEAC395) is known color: New Tan. HEX triplet: EA, C3 and 95. RGB value is (234,195,149). Sum of RGB (Red+Green+Blue) = 234+195+149=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 195 (76.56% from 255 or 33.74% from 578); Blue value is 149 (58.59% from 255 or 25.78% from 578); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC395 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC395 is #153C6A. Grayscale: #C9C9C9. Windows color (decimal): -1391723 or 9815018. OLE color: 9815018.
HSL color Cylindrical-coordinate representation of color #EAC395: hue angle of 32.47º 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 #EAC395 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 195 | 149 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.08 |
| HSL | 32.47º | 0.67% | 0.75% | - |
| HSV(B) | 32.47º | 0.36% | 0.92% | - |
| XYZ | 58.87 | 58.69 | 36.66 | - |
| YUV | 201.42 | 98.42 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 195 | 149 | 0 | 0.17 | 0.36 | 0.08 | 32.47 | 0.67 | 0.75 |
| Hex | EA | C3 | 95 | 0 | 11 | 24 | 8 | 20 | 43 | 4B |
| Octal | 352 | 303 | 225 | 0 | 21 | 44 | 10 | 40 | 103 | 113 |
| Binary | 11101010 | 11000011 | 10010101 | 0 | 10001 | 100100 | 1000 | 100000 | 1000011 | 1001011 |
Color Harmonies of #EAC395
Complementary color
Monochromatic Colors of #EAC395
Black with #EAC395
Text Example
Text Example
White with #EAC395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC395; }
p { color: rgb(234,195,149); }
H1.HeaderClassName
{
color: #EAC395;
}
.AnyTagClassName
{
color: #EAC395;
}
</style>
background-color css
<style>
a { background-color: #EAC395; }
a { background-color: rgb(234,195,149); }
div.DivClassName
{
background-color: #EAC395;
}
.BgClassName
{
background-color: #EAC395;
}
</style>
border-color css
<style>
span { border-color: #EAC395; }
span { border-color: rgb(234,195,149); }
td.TdClassName
{
border-color: #EAC395;
}
.TagClassName
{
border-color: #EAC395;
}
</style>