Shades of New Tan #E7BF9E
Tints of New Tan #E7BF9E
RGB
CMYK
RGB Variations
Color information
#E7BF9E (or 0xE7BF9E) is known color: New Tan. HEX triplet: E7, BF and 9E. RGB value is (231,191,158). Sum of RGB (Red+Green+Blue) = 231+191+158=580 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.83% from 580); Green value is 191 (75% from 255 or 32.93% from 580); Blue value is 158 (62.11% from 255 or 27.24% from 580); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BF9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BF9E is #184061. Grayscale: #C7C7C7. Windows color (decimal): -1589346 or 10403815. OLE color: 10403815.
HSL color Cylindrical-coordinate representation of color #E7BF9E: hue angle of 27.12º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E7BF9E is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 191 | 158 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.09 |
| HSL | 27.12º | 0.6% | 0.76% | - |
| HSV(B) | 27.12º | 0.32% | 0.91% | - |
| XYZ | 57.76 | 56.72 | 40.25 | - |
| YUV | 199.2 | 104.75 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 191 | 158 | 0 | 0.17 | 0.32 | 0.09 | 27.12 | 0.6 | 0.76 |
| Hex | E7 | BF | 9E | 0 | 11 | 20 | 9 | 1B | 3C | 4C |
| Octal | 347 | 277 | 236 | 0 | 21 | 40 | 11 | 33 | 74 | 114 |
| Binary | 11100111 | 10111111 | 10011110 | 0 | 10001 | 100000 | 1001 | 11011 | 111100 | 1001100 |
Color Harmonies of #E7BF9E
Complementary color
Monochromatic Colors of #E7BF9E
Black with #E7BF9E
Text Example
Text Example
White with #E7BF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BF9E; }
p { color: rgb(231,191,158); }
H1.HeaderClassName
{
color: #E7BF9E;
}
.AnyTagClassName
{
color: #E7BF9E;
}
</style>
background-color css
<style>
a { background-color: #E7BF9E; }
a { background-color: rgb(231,191,158); }
div.DivClassName
{
background-color: #E7BF9E;
}
.BgClassName
{
background-color: #E7BF9E;
}
</style>
border-color css
<style>
span { border-color: #E7BF9E; }
span { border-color: rgb(231,191,158); }
td.TdClassName
{
border-color: #E7BF9E;
}
.TagClassName
{
border-color: #E7BF9E;
}
</style>