Shades of New Tan #E1BF9E
Tints of New Tan #E1BF9E
RGB
CMYK
RGB Variations
Color information
#E1BF9E (or 0xE1BF9E) is known color: New Tan. HEX triplet: E1, BF and 9E. RGB value is (225,191,158). Sum of RGB (Red+Green+Blue) = 225+191+158=574 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.20% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 158 (62.11% from 255 or 27.53% from 574); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BF9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BF9E is #1E4061. Grayscale: #C5C5C5. Windows color (decimal): -1982562 or 10403809. OLE color: 10403809.
HSL color Cylindrical-coordinate representation of color #E1BF9E: hue angle of 29.55º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E1BF9E is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 191 | 158 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.12 |
| HSL | 29.55º | 0.53% | 0.75% | - |
| HSV(B) | 29.55º | 0.3% | 0.88% | - |
| XYZ | 55.85 | 55.74 | 40.16 | - |
| YUV | 197.4 | 105.76 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 158 | 0 | 0.15 | 0.30 | 0.12 | 29.55 | 0.53 | 0.75 |
| Hex | E1 | BF | 9E | 0 | F | 1E | C | 1E | 35 | 4B |
| Octal | 341 | 277 | 236 | 0 | 17 | 36 | 14 | 36 | 65 | 113 |
| Binary | 11100001 | 10111111 | 10011110 | 0 | 1111 | 11110 | 1100 | 11110 | 110101 | 1001011 |
Color Harmonies of #E1BF9E
Complementary color
Monochromatic Colors of #E1BF9E
Black with #E1BF9E
Text Example
Text Example
White with #E1BF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BF9E; }
p { color: rgb(225,191,158); }
H1.HeaderClassName
{
color: #E1BF9E;
}
.AnyTagClassName
{
color: #E1BF9E;
}
</style>
background-color css
<style>
a { background-color: #E1BF9E; }
a { background-color: rgb(225,191,158); }
div.DivClassName
{
background-color: #E1BF9E;
}
.BgClassName
{
background-color: #E1BF9E;
}
</style>
border-color css
<style>
span { border-color: #E1BF9E; }
span { border-color: rgb(225,191,158); }
td.TdClassName
{
border-color: #E1BF9E;
}
.TagClassName
{
border-color: #E1BF9E;
}
</style>