Shades of New Tan #E2BFA0
Tints of New Tan #E2BFA0
RGB
CMYK
RGB Variations
Color information
#E2BFA0 (or 0xE2BFA0) is known color: New Tan. HEX triplet: E2, BF and A0. RGB value is (226,191,160). Sum of RGB (Red+Green+Blue) = 226+191+160=577 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.17% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 160 (62.89% from 255 or 27.73% from 577); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BFA0 is #1D405F. Grayscale: #C6C6C6. Windows color (decimal): -1917024 or 10534882. OLE color: 10534882.
HSL color Cylindrical-coordinate representation of color #E2BFA0: hue angle of 28.18º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E2BFA0 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 191 | 160 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.11 |
| HSL | 28.18º | 0.53% | 0.76% | - |
| HSV(B) | 28.18º | 0.29% | 0.89% | - |
| XYZ | 56.34 | 55.97 | 41.09 | - |
| YUV | 197.93 | 106.6 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 191 | 160 | 0 | 0.15 | 0.29 | 0.11 | 28.18 | 0.53 | 0.76 |
| Hex | E2 | BF | A0 | 0 | F | 1D | B | 1C | 35 | 4C |
| Octal | 342 | 277 | 240 | 0 | 17 | 35 | 13 | 34 | 65 | 114 |
| Binary | 11100010 | 10111111 | 10100000 | 0 | 1111 | 11101 | 1011 | 11100 | 110101 | 1001100 |
Color Harmonies of #E2BFA0
Complementary color
Monochromatic Colors of #E2BFA0
Black with #E2BFA0
Text Example
Text Example
White with #E2BFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BFA0; }
p { color: rgb(226,191,160); }
H1.HeaderClassName
{
color: #E2BFA0;
}
.AnyTagClassName
{
color: #E2BFA0;
}
</style>
background-color css
<style>
a { background-color: #E2BFA0; }
a { background-color: rgb(226,191,160); }
div.DivClassName
{
background-color: #E2BFA0;
}
.BgClassName
{
background-color: #E2BFA0;
}
</style>
border-color css
<style>
span { border-color: #E2BFA0; }
span { border-color: rgb(226,191,160); }
td.TdClassName
{
border-color: #E2BFA0;
}
.TagClassName
{
border-color: #E2BFA0;
}
</style>