#E1B895

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

Shades of Pancho #E1B895

Tints of Pancho #E1B895

Color information

#E1B895 (or 0xE1B895) is unknown color: approx Pancho. HEX triplet: E1, B8 and 95. RGB value is (225,184,149). Sum of RGB (Red+Green+Blue) = 225+184+149=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 184 (72.27% from 255 or 32.97% from 558); Blue value is 149 (58.59% from 255 or 26.70% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B895 is #1E476A. Grayscale: #C0C0C0. Windows color (decimal): -1984363 or 9812193. OLE color: 9812193.

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

Color convert

RGB225184149-
CMYK00.180.340.12
HSL27.63º55.88%73.33%-
HSV(B)27.63º33.78%88.24%-
XYZ53.6252.4635.73-
YUV192.27103.58151.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.32%
GREEN value IS 184 (72.27% from 255) = 32.97%
BLUE value IS 149 (58.59% from 255) = 26.70%
R=40.32%
G=32.97%
B=26.70%

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
Decimal22518414900.180.340.1227.6355.8873.33
HexE1B89501222C1c3849
Octal34127022502242143470111
Binary1110000110111000100101010100101000101100111001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B895; }

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

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

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

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

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

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

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

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