#E1BC96

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

Shades of Pancho #E1BC96

Tints of Pancho #E1BC96

Color information

#E1BC96 (or 0xE1BC96) is unknown color: approx Pancho. HEX triplet: E1, BC and 96. RGB value is (225,188,150). Sum of RGB (Red+Green+Blue) = 225+188+150=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 150 (58.98% from 255 or 26.64% from 563); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BC96 is #1E4369. Grayscale: #C2C2C2. Windows color (decimal): -1983338 or 9878753. OLE color: 9878753.

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

Color convert

RGB225188150-
CMYK00.160.330.12
HSL30.4º55.56%73.53%-
HSV(B)30.4º33.33%88.24%-
XYZ54.5454.1836.44-
YUV194.73102.76149.59-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.96%
GREEN value IS 188 (73.83% from 255) = 33.39%
BLUE value IS 150 (58.98% from 255) = 26.64%
R=39.96%
G=33.39%
B=26.64%

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
Decimal22518815000.160.330.1230.455.5673.53
HexE1BC9601021C1e384a
Octal34127422602041143670112
Binary1110000110111100100101100100001000011100111101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BC96; }

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

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

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

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

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

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

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

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