Shades of New Tan #EAC292
Tints of New Tan #EAC292
RGB
CMYK
RGB Variations
Color information
#EAC292 (or 0xEAC292) is known color: New Tan. HEX triplet: EA, C2 and 92. RGB value is (234,194,146). Sum of RGB (Red+Green+Blue) = 234+194+146=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 194 (76.17% from 255 or 33.80% from 574); Blue value is 146 (57.42% from 255 or 25.44% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC292 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC292 is #153D6D. Grayscale: #C8C8C8. Windows color (decimal): -1391982 or 9618154. OLE color: 9618154.
HSL color Cylindrical-coordinate representation of color #EAC292: hue angle of 32.73º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EAC292 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 146 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.08 |
| HSL | 32.73º | 0.68% | 0.75% | - |
| HSV(B) | 32.73º | 0.38% | 0.92% | - |
| XYZ | 58.41 | 58.15 | 35.34 | - |
| YUV | 200.49 | 97.25 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 146 | 0 | 0.17 | 0.38 | 0.08 | 32.73 | 0.68 | 0.75 |
| Hex | EA | C2 | 92 | 0 | 11 | 26 | 8 | 21 | 44 | 4B |
| Octal | 352 | 302 | 222 | 0 | 21 | 46 | 10 | 41 | 104 | 113 |
| Binary | 11101010 | 11000010 | 10010010 | 0 | 10001 | 100110 | 1000 | 100001 | 1000100 | 1001011 |
Color Harmonies of #EAC292
Complementary color
Monochromatic Colors of #EAC292
Black with #EAC292
Text Example
Text Example
White with #EAC292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC292; }
p { color: rgb(234,194,146); }
H1.HeaderClassName
{
color: #EAC292;
}
.AnyTagClassName
{
color: #EAC292;
}
</style>
background-color css
<style>
a { background-color: #EAC292; }
a { background-color: rgb(234,194,146); }
div.DivClassName
{
background-color: #EAC292;
}
.BgClassName
{
background-color: #EAC292;
}
</style>
border-color css
<style>
span { border-color: #EAC292; }
span { border-color: rgb(234,194,146); }
td.TdClassName
{
border-color: #EAC292;
}
.TagClassName
{
border-color: #EAC292;
}
</style>