Shades of New Tan #EAC99B
Tints of New Tan #EAC99B
RGB
CMYK
RGB Variations
Color information
#EAC99B (or 0xEAC99B) is known color: New Tan. HEX triplet: EA, C9 and 9B. RGB value is (234,201,155). Sum of RGB (Red+Green+Blue) = 234+201+155=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 201 (78.91% from 255 or 34.07% from 590); Blue value is 155 (60.94% from 255 or 26.27% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC99B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC99B is #153664. Grayscale: #CDCDCD. Windows color (decimal): -1390181 or 10209770. OLE color: 10209770.
HSL color Cylindrical-coordinate representation of color #EAC99B: hue angle of 34.94º degrees, saturation: 0.65, 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 #EAC99B is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 155 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.08 |
| HSL | 34.94º | 0.65% | 0.76% | - |
| HSV(B) | 34.94º | 0.34% | 0.92% | - |
| XYZ | 60.73 | 61.63 | 39.71 | - |
| YUV | 205.62 | 99.43 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 155 | 0 | 0.14 | 0.34 | 0.08 | 34.94 | 0.65 | 0.76 |
| Hex | EA | C9 | 9B | 0 | E | 22 | 8 | 23 | 41 | 4C |
| Octal | 352 | 311 | 233 | 0 | 16 | 42 | 10 | 43 | 101 | 114 |
| Binary | 11101010 | 11001001 | 10011011 | 0 | 1110 | 100010 | 1000 | 100011 | 1000001 | 1001100 |
Color Harmonies of #EAC99B
Complementary color
Monochromatic Colors of #EAC99B
Black with #EAC99B
Text Example
Text Example
White with #EAC99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC99B; }
p { color: rgb(234,201,155); }
H1.HeaderClassName
{
color: #EAC99B;
}
.AnyTagClassName
{
color: #EAC99B;
}
</style>
background-color css
<style>
a { background-color: #EAC99B; }
a { background-color: rgb(234,201,155); }
div.DivClassName
{
background-color: #EAC99B;
}
.BgClassName
{
background-color: #EAC99B;
}
</style>
border-color css
<style>
span { border-color: #EAC99B; }
span { border-color: rgb(234,201,155); }
td.TdClassName
{
border-color: #EAC99B;
}
.TagClassName
{
border-color: #EAC99B;
}
</style>