#E1B395

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

Shades of Pancho #E1B395

Tints of Pancho #E1B395

Color information

#E1B395 (or 0xE1B395) is unknown color: approx Pancho. HEX triplet: E1, B3 and 95. RGB value is (225,179,149). Sum of RGB (Red+Green+Blue) = 225+179+149=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 179 (70.31% from 255 or 32.37% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B395 is #1E4C6A. Grayscale: #BDBDBD. Windows color (decimal): -1985643 or 9810913. OLE color: 9810913.

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

Color convert

RGB225179149-
CMYK00.200.340.12
HSL23.68º55.88%73.33%-
HSV(B)23.68º33.78%88.24%-
XYZ52.650.4235.39-
YUV189.33105.24153.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.69%
GREEN value IS 179 (70.31% from 255) = 32.37%
BLUE value IS 149 (58.59% from 255) = 26.94%
R=40.69%
G=32.37%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517914900.200.340.1223.6855.8873.33
HexE1B39501422C183849
Octal34126322502442143070111
Binary1110000110110011100101010101001000101100110001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B395; }

 p { color: rgb(225,179,149); }

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

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

 a { background-color: rgb(225,179,149); }

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

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

 span { border-color: rgb(225,179,149); }

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