#E1BF9E

Color #E1BF9E New Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Tan #E1BF9E

Tints of New Tan #E1BF9E

Color information

#E1BF9E (or 0xE1BF9E) is unknown color: approx 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

RGB225191158-
CMYK00.150.300.12
HSL29.55º52.76%75.1%-
HSV(B)29.55º29.78%88.24%-
XYZ55.8555.7440.16-
YUV197.4105.76147.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 225 (88.28% from 255) = 39.20%
GREEN value IS 191 (75% from 255) = 33.28%
BLUE value IS 158 (62.11% from 255) = 27.53%
R=39.20%
G=33.28%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519115800.150.300.1229.5552.7675.1
HexE1BF9E0F1EC1e354b
Octal34127723601736143665113
Binary11100001101111111001111001111111101100111101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>