Shades of New Tan #EAC698
Tints of New Tan #EAC698
RGB
CMYK
RGB Variations
Color information
#EAC698 (or 0xEAC698) is known color: New Tan. HEX triplet: EA, C6 and 98. RGB value is (234,198,152). Sum of RGB (Red+Green+Blue) = 234+198+152=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 198 (77.73% from 255 or 33.90% from 584); Blue value is 152 (59.77% from 255 or 26.03% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC698 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC698 is #153967. Grayscale: #CBCBCB. Windows color (decimal): -1390952 or 10012394. OLE color: 10012394.
HSL color Cylindrical-coordinate representation of color #EAC698: hue angle of 33.66º 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 #EAC698 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 198 | 152 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.08 |
| HSL | 33.66º | 0.66% | 0.76% | - |
| HSV(B) | 33.66º | 0.35% | 0.92% | - |
| XYZ | 59.79 | 60.15 | 38.16 | - |
| YUV | 203.52 | 98.93 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 198 | 152 | 0 | 0.15 | 0.35 | 0.08 | 33.66 | 0.66 | 0.76 |
| Hex | EA | C6 | 98 | 0 | F | 23 | 8 | 22 | 42 | 4C |
| Octal | 352 | 306 | 230 | 0 | 17 | 43 | 10 | 42 | 102 | 114 |
| Binary | 11101010 | 11000110 | 10011000 | 0 | 1111 | 100011 | 1000 | 100010 | 1000010 | 1001100 |
Color Harmonies of #EAC698
Complementary color
Monochromatic Colors of #EAC698
Black with #EAC698
Text Example
Text Example
White with #EAC698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC698; }
p { color: rgb(234,198,152); }
H1.HeaderClassName
{
color: #EAC698;
}
.AnyTagClassName
{
color: #EAC698;
}
</style>
background-color css
<style>
a { background-color: #EAC698; }
a { background-color: rgb(234,198,152); }
div.DivClassName
{
background-color: #EAC698;
}
.BgClassName
{
background-color: #EAC698;
}
</style>
border-color css
<style>
span { border-color: #EAC698; }
span { border-color: rgb(234,198,152); }
td.TdClassName
{
border-color: #EAC698;
}
.TagClassName
{
border-color: #EAC698;
}
</style>