#E1B995

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

Shades of Pancho #E1B995

Tints of Pancho #E1B995

Color information

#E1B995 (or 0xE1B995) is unknown color: approx Pancho. HEX triplet: E1, B9 and 95. RGB value is (225,185,149). Sum of RGB (Red+Green+Blue) = 225+185+149=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 149 (58.59% from 255 or 26.65% from 559); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B995 is #1E466A. Grayscale: #C1C1C1. Windows color (decimal): -1984107 or 9812449. OLE color: 9812449.

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

Color convert

RGB225185149-
CMYK00.180.340.12
HSL28.42º55.88%73.33%-
HSV(B)28.42º33.78%88.24%-
XYZ53.8352.8835.8-
YUV192.86103.25150.93-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.25%
GREEN value IS 185 (72.66% from 255) = 33.09%
BLUE value IS 149 (58.59% from 255) = 26.65%
R=40.25%
G=33.09%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518514900.180.340.1228.4255.8873.33
HexE1B99501222C1c3849
Octal34127122502242143470111
Binary1110000110111001100101010100101000101100111001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B995; }

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

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

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

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

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

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

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

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