Shades of New Tan #E2BF9E
Tints of New Tan #E2BF9E
RGB
CMYK
RGB Variations
Color information
#E2BF9E (or 0xE2BF9E) is known color: New Tan. HEX triplet: E2, BF and 9E. RGB value is (226,191,158). Sum of RGB (Red+Green+Blue) = 226+191+158=575 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.30% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 158 (62.11% from 255 or 27.48% from 575); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BF9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BF9E is #1D4061. Grayscale: #C5C5C5. Windows color (decimal): -1917026 or 10403810. OLE color: 10403810.
HSL color Cylindrical-coordinate representation of color #E2BF9E: hue angle of 29.12º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2BF9E is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 191 | 158 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.11 |
| HSL | 29.12º | 0.54% | 0.75% | - |
| HSV(B) | 29.12º | 0.3% | 0.89% | - |
| XYZ | 56.17 | 55.9 | 40.18 | - |
| YUV | 197.7 | 105.6 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 191 | 158 | 0 | 0.15 | 0.30 | 0.11 | 29.12 | 0.54 | 0.75 |
| Hex | E2 | BF | 9E | 0 | F | 1E | B | 1D | 36 | 4B |
| Octal | 342 | 277 | 236 | 0 | 17 | 36 | 13 | 35 | 66 | 113 |
| Binary | 11100010 | 10111111 | 10011110 | 0 | 1111 | 11110 | 1011 | 11101 | 110110 | 1001011 |
Color Harmonies of #E2BF9E
Complementary color
Monochromatic Colors of #E2BF9E
Black with #E2BF9E
Text Example
Text Example
White with #E2BF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BF9E; }
p { color: rgb(226,191,158); }
H1.HeaderClassName
{
color: #E2BF9E;
}
.AnyTagClassName
{
color: #E2BF9E;
}
</style>
background-color css
<style>
a { background-color: #E2BF9E; }
a { background-color: rgb(226,191,158); }
div.DivClassName
{
background-color: #E2BF9E;
}
.BgClassName
{
background-color: #E2BF9E;
}
</style>
border-color css
<style>
span { border-color: #E2BF9E; }
span { border-color: rgb(226,191,158); }
td.TdClassName
{
border-color: #E2BF9E;
}
.TagClassName
{
border-color: #E2BF9E;
}
</style>