#E1BC93

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

Shades of Pancho #E1BC93

Tints of Pancho #E1BC93

Color information

#E1BC93 (or 0xE1BC93) is unknown color: approx Pancho. HEX triplet: E1, BC and 93. RGB value is (225,188,147). Sum of RGB (Red+Green+Blue) = 225+188+147=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 147 (57.81% from 255 or 26.25% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BC93 is #1E436C. Grayscale: #C2C2C2. Windows color (decimal): -1983341 or 9682145. OLE color: 9682145.

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

Color convert

RGB225188147-
CMYK00.160.350.12
HSL31.54º56.52%72.94%-
HSV(B)31.54º34.67%88.24%-
XYZ54.354.0835.18-
YUV194.39101.26149.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.18%
GREEN value IS 188 (73.83% from 255) = 33.57%
BLUE value IS 147 (57.81% from 255) = 26.25%
R=40.18%
G=33.57%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518814700.160.350.1231.5456.5272.94
HexE1BC9301023C203949
Octal34127422302043144071111
Binary11100001101111001001001101000010001111001000001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BC93; }

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

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

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

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

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

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

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

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