#E9BE96

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

Shades of Pancho #E9BE96

Tints of Pancho #E9BE96

Color information

#E9BE96 (or 0xE9BE96) is unknown color: approx Pancho. HEX triplet: E9, BE and 96. RGB value is (233,190,150). Sum of RGB (Red+Green+Blue) = 233+190+150=573 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.66% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 150 (58.98% from 255 or 26.18% from 573); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BE96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BE96 is #164169. Grayscale: #C6C6C6. Windows color (decimal): -1458538 or 9879273. OLE color: 9879273.

HSL color Cylindrical-coordinate representation of color #E9BE96: hue angle of 28.92º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E9BE96 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB233190150-
CMYK00.180.360.09
HSL28.92º65.35%75.1%-
HSV(B)28.92º35.62%91.37%-
XYZ57.5256.3536.7-
YUV198.3100.75152.75-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.66%
GREEN value IS 190 (74.61% from 255) = 33.16%
BLUE value IS 150 (58.98% from 255) = 26.18%
R=40.66%
G=33.16%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23319015000.180.360.0928.9265.3575.1
HexE9BE960122491d414b
Octal351276226022441135101113
Binary11101001101111101001011001001010010010011110110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BE96; }

 p { color: rgb(233,190,150); }

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

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

 a { background-color: rgb(233,190,150); }

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

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

 span { border-color: rgb(233,190,150); }

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