Shades of New Tan #EAC69C
Tints of New Tan #EAC69C
RGB
CMYK
RGB Variations
Color information
#EAC69C (or 0xEAC69C) is known color: New Tan. HEX triplet: EA, C6 and 9C. RGB value is (234,198,156). Sum of RGB (Red+Green+Blue) = 234+198+156=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 198 (77.73% from 255 or 33.67% from 588); Blue value is 156 (61.33% from 255 or 26.53% from 588); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC69C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC69C is #153963. Grayscale: #CCCCCC. Windows color (decimal): -1390948 or 10274538. OLE color: 10274538.
HSL color Cylindrical-coordinate representation of color #EAC69C: hue angle of 32.31º 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 #EAC69C is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 198 | 156 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.08 |
| HSL | 32.31º | 0.65% | 0.76% | - |
| HSV(B) | 32.31º | 0.33% | 0.92% | - |
| XYZ | 60.13 | 60.28 | 39.92 | - |
| YUV | 203.98 | 100.93 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 198 | 156 | 0 | 0.15 | 0.33 | 0.08 | 32.31 | 0.65 | 0.76 |
| Hex | EA | C6 | 9C | 0 | F | 21 | 8 | 20 | 41 | 4C |
| Octal | 352 | 306 | 234 | 0 | 17 | 41 | 10 | 40 | 101 | 114 |
| Binary | 11101010 | 11000110 | 10011100 | 0 | 1111 | 100001 | 1000 | 100000 | 1000001 | 1001100 |
Color Harmonies of #EAC69C
Complementary color
Monochromatic Colors of #EAC69C
Black with #EAC69C
Text Example
Text Example
White with #EAC69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC69C; }
p { color: rgb(234,198,156); }
H1.HeaderClassName
{
color: #EAC69C;
}
.AnyTagClassName
{
color: #EAC69C;
}
</style>
background-color css
<style>
a { background-color: #EAC69C; }
a { background-color: rgb(234,198,156); }
div.DivClassName
{
background-color: #EAC69C;
}
.BgClassName
{
background-color: #EAC69C;
}
</style>
border-color css
<style>
span { border-color: #EAC69C; }
span { border-color: rgb(234,198,156); }
td.TdClassName
{
border-color: #EAC69C;
}
.TagClassName
{
border-color: #EAC69C;
}
</style>