#E0B499

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

Shades of Pancho #E0B499

Tints of Pancho #E0B499

Color information

#E0B499 (or 0xE0B499) is unknown color: approx Pancho. HEX triplet: E0, B4 and 99. RGB value is (224,180,153). Sum of RGB (Red+Green+Blue) = 224+180+153=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 180 (70.70% from 255 or 32.32% from 557); Blue value is 153 (60.16% from 255 or 27.47% from 557); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B499 is #1F4B66. Grayscale: #BEBEBE. Windows color (decimal): -2050919 or 10073312. OLE color: 10073312.

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

Color convert

RGB224180153-
CMYK00.200.320.12
HSL22.82º53.38%73.92%-
HSV(B)22.82º31.7%87.84%-
XYZ52.8150.7937.16-
YUV190.08107.08152.2-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.22%
GREEN value IS 180 (70.70% from 255) = 32.32%
BLUE value IS 153 (60.16% from 255) = 27.47%
R=40.22%
G=32.32%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418015300.200.320.1222.8253.3873.92
HexE0B49901420C17354a
Octal34026423102440142765112
Binary1110000010110100100110010101001000001100101111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B499; }

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

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

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

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

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

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

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

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