#E1BC9E

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

Shades of Pancho #E1BC9E

Tints of Pancho #E1BC9E

Color information

#E1BC9E (or 0xE1BC9E) is unknown color: approx Pancho. HEX triplet: E1, BC and 9E. RGB value is (225,188,158). Sum of RGB (Red+Green+Blue) = 225+188+158=571 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.40% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 158 (62.11% from 255 or 27.67% from 571); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BC9E is #1E4361. Grayscale: #C3C3C3. Windows color (decimal): -1983330 or 10403041. OLE color: 10403041.

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

Color convert

RGB225188158-
CMYK00.160.300.12
HSL26.87º52.76%75.1%-
HSV(B)26.87º29.78%88.24%-
XYZ55.2154.4439.95-
YUV195.64106.76148.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.40%
GREEN value IS 188 (73.83% from 255) = 32.92%
BLUE value IS 158 (62.11% from 255) = 27.67%
R=39.40%
G=32.92%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518815800.160.300.1226.8752.7675.1
HexE1BC9E0101EC1b354b
Octal34127423602036143365113
Binary111000011011110010011110010000111101100110111101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BC9E; }

 p { color: rgb(225,188,158); }

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

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

 a { background-color: rgb(225,188,158); }

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

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

 span { border-color: rgb(225,188,158); }

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