#E1B791

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

Shades of Pancho #E1B791

Tints of Pancho #E1B791

Color information

#E1B791 (or 0xE1B791) is unknown color: approx Pancho. HEX triplet: E1, B7 and 91. RGB value is (225,183,145). Sum of RGB (Red+Green+Blue) = 225+183+145=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 183 (71.88% from 255 or 33.09% from 553); Blue value is 145 (57.03% from 255 or 26.22% from 553); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B791 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B791 is #1E486E. Grayscale: #BFBFBF. Windows color (decimal): -1984623 or 9549793. OLE color: 9549793.

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

Color convert

RGB225183145-
CMYK00.190.360.12
HSL28.5º57.14%72.55%-
HSV(B)28.5º35.56%88.24%-
XYZ53.151.9234.01-
YUV191.23101.91152.09-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.69%
GREEN value IS 183 (71.88% from 255) = 33.09%
BLUE value IS 145 (57.03% from 255) = 26.22%
R=40.69%
G=33.09%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518314500.190.360.1228.557.1472.55
HexE1B79101324C1d3949
Octal34126722102344143571111
Binary1110000110110111100100010100111001001100111011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B791; }

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

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

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

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

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

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

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

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