Shades of New Tan #EAC99F
Tints of New Tan #EAC99F
RGB
CMYK
RGB Variations
Color information
#EAC99F (or 0xEAC99F) is known color: New Tan. HEX triplet: EA, C9 and 9F. RGB value is (234,201,159). Sum of RGB (Red+Green+Blue) = 234+201+159=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 201 (78.91% from 255 or 33.84% from 594); Blue value is 159 (62.5% from 255 or 26.77% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC99F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC99F is #153660. Grayscale: #CECECE. Windows color (decimal): -1390177 or 10471914. OLE color: 10471914.
HSL color Cylindrical-coordinate representation of color #EAC99F: hue angle of 33.6º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAC99F is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 159 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.08 |
| HSL | 33.6º | 0.64% | 0.77% | - |
| HSV(B) | 33.6º | 0.32% | 0.92% | - |
| XYZ | 61.08 | 61.77 | 41.5 | - |
| YUV | 206.08 | 101.43 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 159 | 0 | 0.14 | 0.32 | 0.08 | 33.6 | 0.64 | 0.77 |
| Hex | EA | C9 | 9F | 0 | E | 20 | 8 | 22 | 40 | 4D |
| Octal | 352 | 311 | 237 | 0 | 16 | 40 | 10 | 42 | 100 | 115 |
| Binary | 11101010 | 11001001 | 10011111 | 0 | 1110 | 100000 | 1000 | 100010 | 1000000 | 1001101 |
Color Harmonies of #EAC99F
Complementary color
Monochromatic Colors of #EAC99F
Black with #EAC99F
Text Example
Text Example
White with #EAC99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC99F; }
p { color: rgb(234,201,159); }
H1.HeaderClassName
{
color: #EAC99F;
}
.AnyTagClassName
{
color: #EAC99F;
}
</style>
background-color css
<style>
a { background-color: #EAC99F; }
a { background-color: rgb(234,201,159); }
div.DivClassName
{
background-color: #EAC99F;
}
.BgClassName
{
background-color: #EAC99F;
}
</style>
border-color css
<style>
span { border-color: #EAC99F; }
span { border-color: rgb(234,201,159); }
td.TdClassName
{
border-color: #EAC99F;
}
.TagClassName
{
border-color: #EAC99F;
}
</style>