#E2B499

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

Shades of Pancho #E2B499

Tints of Pancho #E2B499

Color information

#E2B499 (or 0xE2B499) is unknown color: approx Pancho. HEX triplet: E2, B4 and 99. RGB value is (226,180,153). Sum of RGB (Red+Green+Blue) = 226+180+153=559 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.43% from 559); Green value is 180 (70.70% from 255 or 32.20% from 559); Blue value is 153 (60.16% from 255 or 27.37% from 559); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B499 is #1D4B66. Grayscale: #BEBEBE. Windows color (decimal): -1919847 or 10073314. OLE color: 10073314.

HSL color Cylindrical-coordinate representation of color #E2B499: hue angle of 22.19º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2B499 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB226180153-
CMYK00.200.320.11
HSL22.19º55.73%74.31%-
HSV(B)22.19º32.3%88.63%-
XYZ53.4451.1137.19-
YUV190.68106.74153.2-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.43%
GREEN value IS 180 (70.70% from 255) = 32.20%
BLUE value IS 153 (60.16% from 255) = 27.37%
R=40.43%
G=32.20%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618015300.200.320.1122.1955.7374.31
HexE2B49901420B16384a
Octal34226423102440132670112
Binary1110001010110100100110010101001000001011101101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B499; }

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

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

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

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

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

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

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

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