#E1B49A

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

Shades of Pancho #E1B49A

Tints of Pancho #E1B49A

Color information

#E1B49A (or 0xE1B49A) is unknown color: approx Pancho. HEX triplet: E1, B4 and 9A. RGB value is (225,180,154). Sum of RGB (Red+Green+Blue) = 225+180+154=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 180 (70.70% from 255 or 32.20% from 559); Blue value is 154 (60.55% from 255 or 27.55% from 559); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B49A is #1E4B65. Grayscale: #BEBEBE. Windows color (decimal): -1985382 or 10138849. OLE color: 10138849.

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

Color convert

RGB225180154-
CMYK00.20.320.12
HSL21.97º54.2%74.31%-
HSV(B)21.97º31.56%88.24%-
XYZ53.2150.9837.61-
YUV190.49107.41152.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.25%
GREEN value IS 180 (70.70% from 255) = 32.20%
BLUE value IS 154 (60.55% from 255) = 27.55%
R=40.25%
G=32.20%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518015400.20.320.1221.9754.274.31
HexE1B49A01420C16364a
Octal34126423202440142666112
Binary1110000110110100100110100101001000001100101101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B49A; }

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

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

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

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

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

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

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

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