#E1BC9B

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

Shades of Pancho #E1BC9B

Tints of Pancho #E1BC9B

Color information

#E1BC9B (or 0xE1BC9B) is unknown color: approx Pancho. HEX triplet: E1, BC and 9B. RGB value is (225,188,155). Sum of RGB (Red+Green+Blue) = 225+188+155=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 155 (60.94% from 255 or 27.29% from 568); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BC9B is #1E4364. Grayscale: #C3C3C3. Windows color (decimal): -1983333 or 10206433. OLE color: 10206433.

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

Color convert

RGB225188155-
CMYK00.160.310.12
HSL28.29º53.85%74.51%-
HSV(B)28.29º31.11%88.24%-
XYZ54.9554.3438.6-
YUV195.3105.26149.18-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.61%
GREEN value IS 188 (73.83% from 255) = 33.10%
BLUE value IS 155 (60.94% from 255) = 27.29%
R=39.61%
G=33.10%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518815500.160.310.1228.2953.8574.51
HexE1BC9B0101FC1c364b
Octal34127423302037143466113
Binary111000011011110010011011010000111111100111001101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BC9B; }

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

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

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

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

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

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

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

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