Shades of New Tan #EAC09A
Tints of New Tan #EAC09A
RGB
CMYK
RGB Variations
Color information
#EAC09A (or 0xEAC09A) is known color: New Tan. HEX triplet: EA, C0 and 9A. RGB value is (234,192,154). Sum of RGB (Red+Green+Blue) = 234+192+154=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 192 (75.39% from 255 or 33.10% from 580); Blue value is 154 (60.55% from 255 or 26.55% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC09A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC09A is #153F65. Grayscale: #C8C8C8. Windows color (decimal): -1392486 or 10141930. OLE color: 10141930.
HSL color Cylindrical-coordinate representation of color #EAC09A: hue angle of 28.5º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EAC09A is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 154 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.08 |
| HSL | 28.5º | 0.66% | 0.76% | - |
| HSV(B) | 28.5º | 0.34% | 0.92% | - |
| XYZ | 58.61 | 57.52 | 38.59 | - |
| YUV | 200.23 | 101.91 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 154 | 0 | 0.18 | 0.34 | 0.08 | 28.5 | 0.66 | 0.76 |
| Hex | EA | C0 | 9A | 0 | 12 | 22 | 8 | 1C | 42 | 4C |
| Octal | 352 | 300 | 232 | 0 | 22 | 42 | 10 | 34 | 102 | 114 |
| Binary | 11101010 | 11000000 | 10011010 | 0 | 10010 | 100010 | 1000 | 11100 | 1000010 | 1001100 |
Color Harmonies of #EAC09A
Complementary color
Monochromatic Colors of #EAC09A
Black with #EAC09A
Text Example
Text Example
White with #EAC09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC09A; }
p { color: rgb(234,192,154); }
H1.HeaderClassName
{
color: #EAC09A;
}
.AnyTagClassName
{
color: #EAC09A;
}
</style>
background-color css
<style>
a { background-color: #EAC09A; }
a { background-color: rgb(234,192,154); }
div.DivClassName
{
background-color: #EAC09A;
}
.BgClassName
{
background-color: #EAC09A;
}
</style>
border-color css
<style>
span { border-color: #EAC09A; }
span { border-color: rgb(234,192,154); }
td.TdClassName
{
border-color: #EAC09A;
}
.TagClassName
{
border-color: #EAC09A;
}
</style>