Shades of New Tan #EAC296
Tints of New Tan #EAC296
RGB
CMYK
RGB Variations
Color information
#EAC296 (or 0xEAC296) is known color: New Tan. HEX triplet: EA, C2 and 96. RGB value is (234,194,150). Sum of RGB (Red+Green+Blue) = 234+194+150=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 194 (76.17% from 255 or 33.56% from 578); Blue value is 150 (58.98% from 255 or 25.95% from 578); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC296 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC296 is #153D69. Grayscale: #C9C9C9. Windows color (decimal): -1391978 or 9880298. OLE color: 9880298.
HSL color Cylindrical-coordinate representation of color #EAC296: hue angle of 31.43º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EAC296 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 150 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.08 |
| HSL | 31.43º | 0.67% | 0.75% | - |
| HSV(B) | 31.43º | 0.36% | 0.92% | - |
| XYZ | 58.73 | 58.28 | 37.01 | - |
| YUV | 200.94 | 99.25 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 150 | 0 | 0.17 | 0.36 | 0.08 | 31.43 | 0.67 | 0.75 |
| Hex | EA | C2 | 96 | 0 | 11 | 24 | 8 | 1F | 43 | 4B |
| Octal | 352 | 302 | 226 | 0 | 21 | 44 | 10 | 37 | 103 | 113 |
| Binary | 11101010 | 11000010 | 10010110 | 0 | 10001 | 100100 | 1000 | 11111 | 1000011 | 1001011 |
Color Harmonies of #EAC296
Complementary color
Monochromatic Colors of #EAC296
Black with #EAC296
Text Example
Text Example
White with #EAC296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC296; }
p { color: rgb(234,194,150); }
H1.HeaderClassName
{
color: #EAC296;
}
.AnyTagClassName
{
color: #EAC296;
}
</style>
background-color css
<style>
a { background-color: #EAC296; }
a { background-color: rgb(234,194,150); }
div.DivClassName
{
background-color: #EAC296;
}
.BgClassName
{
background-color: #EAC296;
}
</style>
border-color css
<style>
span { border-color: #EAC296; }
span { border-color: rgb(234,194,150); }
td.TdClassName
{
border-color: #EAC296;
}
.TagClassName
{
border-color: #EAC296;
}
</style>