#E1BA96

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

Shades of Pancho #E1BA96

Tints of Pancho #E1BA96

Color information

#E1BA96 (or 0xE1BA96) is unknown color: approx Pancho. HEX triplet: E1, BA and 96. RGB value is (225,186,150). Sum of RGB (Red+Green+Blue) = 225+186+150=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 150 (58.98% from 255 or 26.74% from 561); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BA96 is #1E4569. Grayscale: #C1C1C1. Windows color (decimal): -1983850 or 9878241. OLE color: 9878241.

HSL color Cylindrical-coordinate representation of color #E1BA96: hue angle of 28.8º 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 #E1BA96 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB225186150-
CMYK00.170.330.12
HSL28.8º55.56%73.53%-
HSV(B)28.8º33.33%88.24%-
XYZ54.1253.3336.3-
YUV193.56103.42150.43-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.11%
GREEN value IS 186 (73.05% from 255) = 33.16%
BLUE value IS 150 (58.98% from 255) = 26.74%
R=40.11%
G=33.16%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518615000.170.330.1228.855.5673.53
HexE1BA9601121C1d384a
Octal34127222602141143570112
Binary1110000110111010100101100100011000011100111011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BA96; }

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

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

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

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

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

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

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

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