Shades of New Tan #EAC29D
Tints of New Tan #EAC29D
RGB
CMYK
RGB Variations
Color information
#EAC29D (or 0xEAC29D) is known color: New Tan. HEX triplet: EA, C2 and 9D. RGB value is (234,194,157). Sum of RGB (Red+Green+Blue) = 234+194+157=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 157 (61.72% from 255 or 26.84% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC29D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC29D is #153D62. Grayscale: #C9C9C9. Windows color (decimal): -1391971 or 10339050. OLE color: 10339050.
HSL color Cylindrical-coordinate representation of color #EAC29D: hue angle of 28.83º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EAC29D is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 157 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.08 |
| HSL | 28.83º | 0.65% | 0.77% | - |
| HSV(B) | 28.83º | 0.33% | 0.92% | - |
| XYZ | 59.31 | 58.51 | 40.07 | - |
| YUV | 201.74 | 102.75 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 157 | 0 | 0.17 | 0.33 | 0.08 | 28.83 | 0.65 | 0.77 |
| Hex | EA | C2 | 9D | 0 | 11 | 21 | 8 | 1D | 41 | 4D |
| Octal | 352 | 302 | 235 | 0 | 21 | 41 | 10 | 35 | 101 | 115 |
| Binary | 11101010 | 11000010 | 10011101 | 0 | 10001 | 100001 | 1000 | 11101 | 1000001 | 1001101 |
Color Harmonies of #EAC29D
Complementary color
Monochromatic Colors of #EAC29D
Black with #EAC29D
Text Example
Text Example
White with #EAC29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC29D; }
p { color: rgb(234,194,157); }
H1.HeaderClassName
{
color: #EAC29D;
}
.AnyTagClassName
{
color: #EAC29D;
}
</style>
background-color css
<style>
a { background-color: #EAC29D; }
a { background-color: rgb(234,194,157); }
div.DivClassName
{
background-color: #EAC29D;
}
.BgClassName
{
background-color: #EAC29D;
}
</style>
border-color css
<style>
span { border-color: #EAC29D; }
span { border-color: rgb(234,194,157); }
td.TdClassName
{
border-color: #EAC29D;
}
.TagClassName
{
border-color: #EAC29D;
}
</style>