#E1B499

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

Shades of Pancho #E1B499

Tints of Pancho #E1B499

Color information

#E1B499 (or 0xE1B499) is unknown color: approx Pancho. HEX triplet: E1, B4 and 99. RGB value is (225,180,153). Sum of RGB (Red+Green+Blue) = 225+180+153=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 180 (70.70% from 255 or 32.26% from 558); Blue value is 153 (60.16% from 255 or 27.42% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B499 is #1E4B66. Grayscale: #BEBEBE. Windows color (decimal): -1985383 or 10073313. OLE color: 10073313.

HSL color Cylindrical-coordinate representation of color #E1B499: hue angle of 22.5º degrees, saturation: 0.55, 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 #E1B499 is Cyan = 0, Magento = 0.2, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB225180153-
CMYK00.20.320.12
HSL22.5º54.55%74.12%-
HSV(B)22.5º32%88.24%-
XYZ53.1250.9537.17-
YUV190.38106.91152.7-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.32%
GREEN value IS 180 (70.70% from 255) = 32.26%
BLUE value IS 153 (60.16% from 255) = 27.42%
R=40.32%
G=32.26%
B=27.42%

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
Decimal22518015300.20.320.1222.554.5574.12
HexE1B49901420C17374a
Octal34126423102440142767112
Binary1110000110110100100110010101001000001100101111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B499; }

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

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

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

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

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

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

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

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