#E1BE96

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

Shades of Pancho #E1BE96

Tints of Pancho #E1BE96

Color information

#E1BE96 (or 0xE1BE96) is unknown color: approx Pancho. HEX triplet: E1, BE and 96. RGB value is (225,190,150). Sum of RGB (Red+Green+Blue) = 225+190+150=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 150 (58.98% from 255 or 26.55% from 565); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BE96 is #1E4169. Grayscale: #C4C4C4. Windows color (decimal): -1982826 or 9879265. OLE color: 9879265.

HSL color Cylindrical-coordinate representation of color #E1BE96: hue angle of 32º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E1BE96 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB225190150-
CMYK00.160.330.12
HSL32º55.56%73.53%-
HSV(B)32º33.33%88.24%-
XYZ54.9755.0436.58-
YUV195.9102.1148.75-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.82%
GREEN value IS 190 (74.61% from 255) = 33.63%
BLUE value IS 150 (58.98% from 255) = 26.55%
R=39.82%
G=33.63%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519015000.160.330.123255.5673.53
HexE1BE9601021C20384a
Octal34127622602041144070112
Binary11100001101111101001011001000010000111001000001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BE96; }

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

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

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

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

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

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

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

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