#E1B497

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

Shades of Pancho #E1B497

Tints of Pancho #E1B497

Color information

#E1B497 (or 0xE1B497) is unknown color: approx Pancho. HEX triplet: E1, B4 and 97. RGB value is (225,180,151). Sum of RGB (Red+Green+Blue) = 225+180+151=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 180 (70.70% from 255 or 32.37% from 556); Blue value is 151 (59.38% from 255 or 27.16% from 556); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B497 is #1E4B68. Grayscale: #BEBEBE. Windows color (decimal): -1985385 or 9942241. OLE color: 9942241.

HSL color Cylindrical-coordinate representation of color #E1B497: hue angle of 23.51º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E1B497 is Cyan = 0, Magento = 0.2, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB225180151-
CMYK00.20.330.12
HSL23.51º55.22%73.73%-
HSV(B)23.51º32.89%88.24%-
XYZ52.9650.8836.31-
YUV190.15105.91152.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.47%
GREEN value IS 180 (70.70% from 255) = 32.37%
BLUE value IS 151 (59.38% from 255) = 27.16%
R=40.47%
G=32.37%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518015100.20.330.1223.5155.2273.73
HexE1B49701421C18374a
Octal34126422702441143067112
Binary1110000110110100100101110101001000011100110001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B497; }

 p { color: rgb(225,180,151); }

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

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

 a { background-color: rgb(225,180,151); }

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

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

 span { border-color: rgb(225,180,151); }

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