#E2BF9D

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

Shades of New Tan #E2BF9D

Tints of New Tan #E2BF9D

Color information

#E2BF9D (or 0xE2BF9D) is unknown color: approx New Tan. HEX triplet: E2, BF and 9D. RGB value is (226,191,157). Sum of RGB (Red+Green+Blue) = 226+191+157=574 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.37% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 157 (61.72% from 255 or 27.35% from 574); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BF9D is #1D4062. Grayscale: #C5C5C5. Windows color (decimal): -1917027 or 10338274. OLE color: 10338274.

HSL color Cylindrical-coordinate representation of color #E2BF9D: hue angle of 29.57º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2BF9D is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB226191157-
CMYK00.150.310.11
HSL29.57º54.33%75.1%-
HSV(B)29.57º30.53%88.63%-
XYZ56.0855.8639.73-
YUV197.59105.1148.26-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.37%
GREEN value IS 191 (75% from 255) = 33.28%
BLUE value IS 157 (61.72% from 255) = 27.35%
R=39.37%
G=33.28%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619115700.150.310.1129.5754.3375.1
HexE2BF9D0F1FB1e364b
Octal34227723501737133666113
Binary11100010101111111001110101111111111011111101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BF9D; }

 p { color: rgb(226,191,157); }

 H1.HeaderClassName
 {
   color: #E2BF9D;
 }
 .AnyTagClassName
 {
   color: #E2BF9D;
 }
</style>
background-color css

<style>
 a { background-color: #E2BF9D; }

 a { background-color: rgb(226,191,157); }

 div.DivClassName
 {
   background-color: #E2BF9D;
 }
 .BgClassName
 {
   background-color: #E2BF9D;
 }
</style>
border-color css

<style>
 span { border-color: #E2BF9D; }

 span { border-color: rgb(226,191,157); }

 td.TdClassName
 {
   border-color: #E2BF9D;
 }
 .TagClassName
 {
   border-color: #E2BF9D;
 }
</style>