Shades of New Tan #EAC293
Tints of New Tan #EAC293
RGB
CMYK
RGB Variations
Color information
#EAC293 (or 0xEAC293) is known color: New Tan. HEX triplet: EA, C2 and 93. RGB value is (234,194,147). Sum of RGB (Red+Green+Blue) = 234+194+147=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 194 (76.17% from 255 or 33.74% from 575); Blue value is 147 (57.81% from 255 or 25.57% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC293 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC293 is #153D6C. Grayscale: #C8C8C8. Windows color (decimal): -1391981 or 9683690. OLE color: 9683690.
HSL color Cylindrical-coordinate representation of color #EAC293: hue angle of 32.41º 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 #EAC293 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 147 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.08 |
| HSL | 32.41º | 0.67% | 0.75% | - |
| HSV(B) | 32.41º | 0.37% | 0.92% | - |
| XYZ | 58.49 | 58.18 | 35.75 | - |
| YUV | 200.6 | 97.75 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 147 | 0 | 0.17 | 0.37 | 0.08 | 32.41 | 0.67 | 0.75 |
| Hex | EA | C2 | 93 | 0 | 11 | 25 | 8 | 20 | 43 | 4B |
| Octal | 352 | 302 | 223 | 0 | 21 | 45 | 10 | 40 | 103 | 113 |
| Binary | 11101010 | 11000010 | 10010011 | 0 | 10001 | 100101 | 1000 | 100000 | 1000011 | 1001011 |
Color Harmonies of #EAC293
Complementary color
Monochromatic Colors of #EAC293
Black with #EAC293
Text Example
Text Example
White with #EAC293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC293; }
p { color: rgb(234,194,147); }
H1.HeaderClassName
{
color: #EAC293;
}
.AnyTagClassName
{
color: #EAC293;
}
</style>
background-color css
<style>
a { background-color: #EAC293; }
a { background-color: rgb(234,194,147); }
div.DivClassName
{
background-color: #EAC293;
}
.BgClassName
{
background-color: #EAC293;
}
</style>
border-color css
<style>
span { border-color: #EAC293; }
span { border-color: rgb(234,194,147); }
td.TdClassName
{
border-color: #EAC293;
}
.TagClassName
{
border-color: #EAC293;
}
</style>