Shades of New Tan #EAC69A
Tints of New Tan #EAC69A
RGB
CMYK
RGB Variations
Color information
#EAC69A (or 0xEAC69A) is known color: New Tan. HEX triplet: EA, C6 and 9A. RGB value is (234,198,154). Sum of RGB (Red+Green+Blue) = 234+198+154=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 198 (77.73% from 255 or 33.79% from 586); Blue value is 154 (60.55% from 255 or 26.28% from 586); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC69A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC69A is #153965. Grayscale: #CBCBCB. Windows color (decimal): -1390950 or 10143466. OLE color: 10143466.
HSL color Cylindrical-coordinate representation of color #EAC69A: hue angle of 33º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EAC69A is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 198 | 154 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.08 |
| HSL | 33º | 0.66% | 0.76% | - |
| HSV(B) | 33º | 0.34% | 0.92% | - |
| XYZ | 59.96 | 60.21 | 39.03 | - |
| YUV | 203.75 | 99.93 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 198 | 154 | 0 | 0.15 | 0.34 | 0.08 | 33 | 0.66 | 0.76 |
| Hex | EA | C6 | 9A | 0 | F | 22 | 8 | 21 | 42 | 4C |
| Octal | 352 | 306 | 232 | 0 | 17 | 42 | 10 | 41 | 102 | 114 |
| Binary | 11101010 | 11000110 | 10011010 | 0 | 1111 | 100010 | 1000 | 100001 | 1000010 | 1001100 |
Color Harmonies of #EAC69A
Complementary color
Monochromatic Colors of #EAC69A
Black with #EAC69A
Text Example
Text Example
White with #EAC69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC69A; }
p { color: rgb(234,198,154); }
H1.HeaderClassName
{
color: #EAC69A;
}
.AnyTagClassName
{
color: #EAC69A;
}
</style>
background-color css
<style>
a { background-color: #EAC69A; }
a { background-color: rgb(234,198,154); }
div.DivClassName
{
background-color: #EAC69A;
}
.BgClassName
{
background-color: #EAC69A;
}
</style>
border-color css
<style>
span { border-color: #EAC69A; }
span { border-color: rgb(234,198,154); }
td.TdClassName
{
border-color: #EAC69A;
}
.TagClassName
{
border-color: #EAC69A;
}
</style>