Shades of New Tan #EACBA5
Tints of New Tan #EACBA5
RGB
CMYK
RGB Variations
Color information
#EACBA5 (or 0xEACBA5) is known color: New Tan. HEX triplet: EA, CB and A5. RGB value is (234,203,165). Sum of RGB (Red+Green+Blue) = 234+203+165=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 165 (64.84% from 255 or 27.41% from 602); Max value from RGB is 234 - color contains mainly: red. Hex color #EACBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACBA5 is #15345A. Grayscale: #D0D0D0. Windows color (decimal): -1389659 or 10865642. OLE color: 10865642.
HSL color Cylindrical-coordinate representation of color #EACBA5: hue angle of 33.04º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EACBA5 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 165 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.08 |
| HSL | 33.04º | 0.62% | 0.78% | - |
| HSV(B) | 33.04º | 0.29% | 0.92% | - |
| XYZ | 62.08 | 62.92 | 44.47 | - |
| YUV | 207.94 | 103.77 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 165 | 0 | 0.13 | 0.29 | 0.08 | 33.04 | 0.62 | 0.78 |
| Hex | EA | CB | A5 | 0 | D | 1D | 8 | 21 | 3E | 4E |
| Octal | 352 | 313 | 245 | 0 | 15 | 35 | 10 | 41 | 76 | 116 |
| Binary | 11101010 | 11001011 | 10100101 | 0 | 1101 | 11101 | 1000 | 100001 | 111110 | 1001110 |
Color Harmonies of #EACBA5
Complementary color
Monochromatic Colors of #EACBA5
Black with #EACBA5
Text Example
Text Example
White with #EACBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACBA5; }
p { color: rgb(234,203,165); }
H1.HeaderClassName
{
color: #EACBA5;
}
.AnyTagClassName
{
color: #EACBA5;
}
</style>
background-color css
<style>
a { background-color: #EACBA5; }
a { background-color: rgb(234,203,165); }
div.DivClassName
{
background-color: #EACBA5;
}
.BgClassName
{
background-color: #EACBA5;
}
</style>
border-color css
<style>
span { border-color: #EACBA5; }
span { border-color: rgb(234,203,165); }
td.TdClassName
{
border-color: #EACBA5;
}
.TagClassName
{
border-color: #EACBA5;
}
</style>