Shades of New Tan #EAC694
Tints of New Tan #EAC694
RGB
CMYK
RGB Variations
Color information
#EAC694 (or 0xEAC694) is known color: New Tan. HEX triplet: EA, C6 and 94. RGB value is (234,198,148). Sum of RGB (Red+Green+Blue) = 234+198+148=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 198 (77.73% from 255 or 34.14% from 580); Blue value is 148 (58.20% from 255 or 25.52% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC694 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC694 is #15396B. Grayscale: #CBCBCB. Windows color (decimal): -1390956 or 9750250. OLE color: 9750250.
HSL color Cylindrical-coordinate representation of color #EAC694: hue angle of 34.88º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EAC694 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 198 | 148 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.08 |
| HSL | 34.88º | 0.67% | 0.75% | - |
| HSV(B) | 34.88º | 0.37% | 0.92% | - |
| XYZ | 59.47 | 60.02 | 36.47 | - |
| YUV | 203.06 | 96.93 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 198 | 148 | 0 | 0.15 | 0.37 | 0.08 | 34.88 | 0.67 | 0.75 |
| Hex | EA | C6 | 94 | 0 | F | 25 | 8 | 23 | 43 | 4B |
| Octal | 352 | 306 | 224 | 0 | 17 | 45 | 10 | 43 | 103 | 113 |
| Binary | 11101010 | 11000110 | 10010100 | 0 | 1111 | 100101 | 1000 | 100011 | 1000011 | 1001011 |
Color Harmonies of #EAC694
Complementary color
Monochromatic Colors of #EAC694
Black with #EAC694
Text Example
Text Example
White with #EAC694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC694; }
p { color: rgb(234,198,148); }
H1.HeaderClassName
{
color: #EAC694;
}
.AnyTagClassName
{
color: #EAC694;
}
</style>
background-color css
<style>
a { background-color: #EAC694; }
a { background-color: rgb(234,198,148); }
div.DivClassName
{
background-color: #EAC694;
}
.BgClassName
{
background-color: #EAC694;
}
</style>
border-color css
<style>
span { border-color: #EAC694; }
span { border-color: rgb(234,198,148); }
td.TdClassName
{
border-color: #EAC694;
}
.TagClassName
{
border-color: #EAC694;
}
</style>