Shades of New Tan #EAC098
Tints of New Tan #EAC098
RGB
CMYK
RGB Variations
Color information
#EAC098 (or 0xEAC098) is known color: New Tan. HEX triplet: EA, C0 and 98. RGB value is (234,192,152). Sum of RGB (Red+Green+Blue) = 234+192+152=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 192 (75.39% from 255 or 33.22% from 578); Blue value is 152 (59.77% from 255 or 26.30% from 578); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC098 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC098 is #153F67. Grayscale: #C8C8C8. Windows color (decimal): -1392488 or 10010858. OLE color: 10010858.
HSL color Cylindrical-coordinate representation of color #EAC098: hue angle of 29.27º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EAC098 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 152 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.08 |
| HSL | 29.27º | 0.66% | 0.76% | - |
| HSV(B) | 29.27º | 0.35% | 0.92% | - |
| XYZ | 58.45 | 57.46 | 37.72 | - |
| YUV | 200 | 100.91 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 152 | 0 | 0.18 | 0.35 | 0.08 | 29.27 | 0.66 | 0.76 |
| Hex | EA | C0 | 98 | 0 | 12 | 23 | 8 | 1D | 42 | 4C |
| Octal | 352 | 300 | 230 | 0 | 22 | 43 | 10 | 35 | 102 | 114 |
| Binary | 11101010 | 11000000 | 10011000 | 0 | 10010 | 100011 | 1000 | 11101 | 1000010 | 1001100 |
Color Harmonies of #EAC098
Complementary color
Monochromatic Colors of #EAC098
Black with #EAC098
Text Example
Text Example
White with #EAC098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC098; }
p { color: rgb(234,192,152); }
H1.HeaderClassName
{
color: #EAC098;
}
.AnyTagClassName
{
color: #EAC098;
}
</style>
background-color css
<style>
a { background-color: #EAC098; }
a { background-color: rgb(234,192,152); }
div.DivClassName
{
background-color: #EAC098;
}
.BgClassName
{
background-color: #EAC098;
}
</style>
border-color css
<style>
span { border-color: #EAC098; }
span { border-color: rgb(234,192,152); }
td.TdClassName
{
border-color: #EAC098;
}
.TagClassName
{
border-color: #EAC098;
}
</style>