Shades of New Tan #EAC29C
Tints of New Tan #EAC29C
RGB
CMYK
RGB Variations
Color information
#EAC29C (or 0xEAC29C) is known color: New Tan. HEX triplet: EA, C2 and 9C. RGB value is (234,194,156). Sum of RGB (Red+Green+Blue) = 234+194+156=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 194 (76.17% from 255 or 33.22% from 584); Blue value is 156 (61.33% from 255 or 26.71% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC29C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC29C is #153D63. Grayscale: #C9C9C9. Windows color (decimal): -1391972 or 10273514. OLE color: 10273514.
HSL color Cylindrical-coordinate representation of color #EAC29C: hue angle of 29.23º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EAC29C is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 156 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.08 |
| HSL | 29.23º | 0.65% | 0.76% | - |
| HSV(B) | 29.23º | 0.33% | 0.92% | - |
| XYZ | 59.22 | 58.48 | 39.62 | - |
| YUV | 201.63 | 102.25 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 156 | 0 | 0.17 | 0.33 | 0.08 | 29.23 | 0.65 | 0.76 |
| Hex | EA | C2 | 9C | 0 | 11 | 21 | 8 | 1D | 41 | 4C |
| Octal | 352 | 302 | 234 | 0 | 21 | 41 | 10 | 35 | 101 | 114 |
| Binary | 11101010 | 11000010 | 10011100 | 0 | 10001 | 100001 | 1000 | 11101 | 1000001 | 1001100 |
Color Harmonies of #EAC29C
Complementary color
Monochromatic Colors of #EAC29C
Black with #EAC29C
Text Example
Text Example
White with #EAC29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC29C; }
p { color: rgb(234,194,156); }
H1.HeaderClassName
{
color: #EAC29C;
}
.AnyTagClassName
{
color: #EAC29C;
}
</style>
background-color css
<style>
a { background-color: #EAC29C; }
a { background-color: rgb(234,194,156); }
div.DivClassName
{
background-color: #EAC29C;
}
.BgClassName
{
background-color: #EAC29C;
}
</style>
border-color css
<style>
span { border-color: #EAC29C; }
span { border-color: rgb(234,194,156); }
td.TdClassName
{
border-color: #EAC29C;
}
.TagClassName
{
border-color: #EAC29C;
}
</style>