Shades of New Tan #EAC095
Tints of New Tan #EAC095
RGB
CMYK
RGB Variations
Color information
#EAC095 (or 0xEAC095) is known color: New Tan. HEX triplet: EA, C0 and 95. RGB value is (234,192,149). Sum of RGB (Red+Green+Blue) = 234+192+149=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 192 (75.39% from 255 or 33.39% from 575); Blue value is 149 (58.59% from 255 or 25.91% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC095 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC095 is #153F6A. Grayscale: #C7C7C7. Windows color (decimal): -1392491 or 9814250. OLE color: 9814250.
HSL color Cylindrical-coordinate representation of color #EAC095: hue angle of 30.35º 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 #EAC095 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 149 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.08 |
| HSL | 30.35º | 0.67% | 0.75% | - |
| HSV(B) | 30.35º | 0.36% | 0.92% | - |
| XYZ | 58.21 | 57.36 | 36.44 | - |
| YUV | 199.66 | 99.41 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 149 | 0 | 0.18 | 0.36 | 0.08 | 30.35 | 0.67 | 0.75 |
| Hex | EA | C0 | 95 | 0 | 12 | 24 | 8 | 1E | 43 | 4B |
| Octal | 352 | 300 | 225 | 0 | 22 | 44 | 10 | 36 | 103 | 113 |
| Binary | 11101010 | 11000000 | 10010101 | 0 | 10010 | 100100 | 1000 | 11110 | 1000011 | 1001011 |
Color Harmonies of #EAC095
Complementary color
Monochromatic Colors of #EAC095
Black with #EAC095
Text Example
Text Example
White with #EAC095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC095; }
p { color: rgb(234,192,149); }
H1.HeaderClassName
{
color: #EAC095;
}
.AnyTagClassName
{
color: #EAC095;
}
</style>
background-color css
<style>
a { background-color: #EAC095; }
a { background-color: rgb(234,192,149); }
div.DivClassName
{
background-color: #EAC095;
}
.BgClassName
{
background-color: #EAC095;
}
</style>
border-color css
<style>
span { border-color: #EAC095; }
span { border-color: rgb(234,192,149); }
td.TdClassName
{
border-color: #EAC095;
}
.TagClassName
{
border-color: #EAC095;
}
</style>