Shades of New Tan #E7BD9B
Tints of New Tan #E7BD9B
RGB
CMYK
RGB Variations
Color information
#E7BD9B (or 0xE7BD9B) is known color: New Tan. HEX triplet: E7, BD and 9B. RGB value is (231,189,155). Sum of RGB (Red+Green+Blue) = 231+189+155=575 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.17% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 155 (60.94% from 255 or 26.96% from 575); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BD9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BD9B is #184264. Grayscale: #C5C5C5. Windows color (decimal): -1589861 or 10206695. OLE color: 10206695.
HSL color Cylindrical-coordinate representation of color #E7BD9B: hue angle of 26.84º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E7BD9B is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 189 | 155 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.09 |
| HSL | 26.84º | 0.61% | 0.76% | - |
| HSV(B) | 26.84º | 0.33% | 0.91% | - |
| XYZ | 57.07 | 55.75 | 38.76 | - |
| YUV | 197.68 | 103.91 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 189 | 155 | 0 | 0.18 | 0.33 | 0.09 | 26.84 | 0.61 | 0.76 |
| Hex | E7 | BD | 9B | 0 | 12 | 21 | 9 | 1B | 3D | 4C |
| Octal | 347 | 275 | 233 | 0 | 22 | 41 | 11 | 33 | 75 | 114 |
| Binary | 11100111 | 10111101 | 10011011 | 0 | 10010 | 100001 | 1001 | 11011 | 111101 | 1001100 |
Color Harmonies of #E7BD9B
Complementary color
Monochromatic Colors of #E7BD9B
Black with #E7BD9B
Text Example
Text Example
White with #E7BD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BD9B; }
p { color: rgb(231,189,155); }
H1.HeaderClassName
{
color: #E7BD9B;
}
.AnyTagClassName
{
color: #E7BD9B;
}
</style>
background-color css
<style>
a { background-color: #E7BD9B; }
a { background-color: rgb(231,189,155); }
div.DivClassName
{
background-color: #E7BD9B;
}
.BgClassName
{
background-color: #E7BD9B;
}
</style>
border-color css
<style>
span { border-color: #E7BD9B; }
span { border-color: rgb(231,189,155); }
td.TdClassName
{
border-color: #E7BD9B;
}
.TagClassName
{
border-color: #E7BD9B;
}
</style>