Shades of New Tan #EAC09B
Tints of New Tan #EAC09B
RGB
CMYK
RGB Variations
Color information
#EAC09B (or 0xEAC09B) is known color: New Tan. HEX triplet: EA, C0 and 9B. RGB value is (234,192,155). Sum of RGB (Red+Green+Blue) = 234+192+155=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 192 (75.39% from 255 or 33.05% from 581); Blue value is 155 (60.94% from 255 or 26.68% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC09B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC09B is #153F64. Grayscale: #C8C8C8. Windows color (decimal): -1392485 or 10207466. OLE color: 10207466.
HSL color Cylindrical-coordinate representation of color #EAC09B: hue angle of 28.1º 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 #EAC09B is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 155 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.08 |
| HSL | 28.1º | 0.65% | 0.76% | - |
| HSV(B) | 28.1º | 0.34% | 0.92% | - |
| XYZ | 58.7 | 57.56 | 39.03 | - |
| YUV | 200.34 | 102.41 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 155 | 0 | 0.18 | 0.34 | 0.08 | 28.1 | 0.65 | 0.76 |
| Hex | EA | C0 | 9B | 0 | 12 | 22 | 8 | 1C | 41 | 4C |
| Octal | 352 | 300 | 233 | 0 | 22 | 42 | 10 | 34 | 101 | 114 |
| Binary | 11101010 | 11000000 | 10011011 | 0 | 10010 | 100010 | 1000 | 11100 | 1000001 | 1001100 |
Color Harmonies of #EAC09B
Complementary color
Monochromatic Colors of #EAC09B
Black with #EAC09B
Text Example
Text Example
White with #EAC09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC09B; }
p { color: rgb(234,192,155); }
H1.HeaderClassName
{
color: #EAC09B;
}
.AnyTagClassName
{
color: #EAC09B;
}
</style>
background-color css
<style>
a { background-color: #EAC09B; }
a { background-color: rgb(234,192,155); }
div.DivClassName
{
background-color: #EAC09B;
}
.BgClassName
{
background-color: #EAC09B;
}
</style>
border-color css
<style>
span { border-color: #EAC09B; }
span { border-color: rgb(234,192,155); }
td.TdClassName
{
border-color: #EAC09B;
}
.TagClassName
{
border-color: #EAC09B;
}
</style>