#E1B891

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

Shades of Pancho #E1B891

Tints of Pancho #E1B891

Color information

#E1B891 (or 0xE1B891) is unknown color: approx Pancho. HEX triplet: E1, B8 and 91. RGB value is (225,184,145). Sum of RGB (Red+Green+Blue) = 225+184+145=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 184 (72.27% from 255 or 33.21% from 554); Blue value is 145 (57.03% from 255 or 26.17% from 554); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B891 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B891 is #1E476E. Grayscale: #C0C0C0. Windows color (decimal): -1984367 or 9550049. OLE color: 9550049.

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

Color convert

RGB225184145-
CMYK00.180.360.12
HSL29.25º57.14%72.55%-
HSV(B)29.25º35.56%88.24%-
XYZ53.352.3334.08-
YUV191.81101.58151.67-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.61%
GREEN value IS 184 (72.27% from 255) = 33.21%
BLUE value IS 145 (57.03% from 255) = 26.17%
R=40.61%
G=33.21%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518414500.180.360.1229.2557.1472.55
HexE1B89101224C1d3949
Octal34127022102244143571111
Binary1110000110111000100100010100101001001100111011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B891; }

 p { color: rgb(225,184,145); }

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

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

 a { background-color: rgb(225,184,145); }

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

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

 span { border-color: rgb(225,184,145); }

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