Shades of New Tan #EAC99A
Tints of New Tan #EAC99A
RGB
CMYK
RGB Variations
Color information
#EAC99A (or 0xEAC99A) is known color: New Tan. HEX triplet: EA, C9 and 9A. RGB value is (234,201,154). Sum of RGB (Red+Green+Blue) = 234+201+154=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 201 (78.91% from 255 or 34.13% from 589); Blue value is 154 (60.55% from 255 or 26.15% from 589); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC99A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC99A is #153665. Grayscale: #CDCDCD. Windows color (decimal): -1390182 or 10144234. OLE color: 10144234.
HSL color Cylindrical-coordinate representation of color #EAC99A: hue angle of 35.25º 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 #EAC99A is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 154 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.08 |
| HSL | 35.25º | 0.66% | 0.76% | - |
| HSV(B) | 35.25º | 0.34% | 0.92% | - |
| XYZ | 60.65 | 61.6 | 39.26 | - |
| YUV | 205.51 | 98.93 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 154 | 0 | 0.14 | 0.34 | 0.08 | 35.25 | 0.66 | 0.76 |
| Hex | EA | C9 | 9A | 0 | E | 22 | 8 | 23 | 42 | 4C |
| Octal | 352 | 311 | 232 | 0 | 16 | 42 | 10 | 43 | 102 | 114 |
| Binary | 11101010 | 11001001 | 10011010 | 0 | 1110 | 100010 | 1000 | 100011 | 1000010 | 1001100 |
Color Harmonies of #EAC99A
Complementary color
Monochromatic Colors of #EAC99A
Black with #EAC99A
Text Example
Text Example
White with #EAC99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC99A; }
p { color: rgb(234,201,154); }
H1.HeaderClassName
{
color: #EAC99A;
}
.AnyTagClassName
{
color: #EAC99A;
}
</style>
background-color css
<style>
a { background-color: #EAC99A; }
a { background-color: rgb(234,201,154); }
div.DivClassName
{
background-color: #EAC99A;
}
.BgClassName
{
background-color: #EAC99A;
}
</style>
border-color css
<style>
span { border-color: #EAC99A; }
span { border-color: rgb(234,201,154); }
td.TdClassName
{
border-color: #EAC99A;
}
.TagClassName
{
border-color: #EAC99A;
}
</style>