#E5B38E

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

Shades of Pancho #E5B38E

Tints of Pancho #E5B38E

Color information

#E5B38E (or 0xE5B38E) is unknown color: approx Pancho. HEX triplet: E5, B3 and 8E. RGB value is (229,179,142). Sum of RGB (Red+Green+Blue) = 229+179+142=550 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.64% from 550); Green value is 179 (70.31% from 255 or 32.55% from 550); Blue value is 142 (55.86% from 255 or 25.82% from 550); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5B38E is #1A4C71. Grayscale: #BDBDBD. Windows color (decimal): -1723506 or 9352165. OLE color: 9352165.

HSL color Cylindrical-coordinate representation of color #E5B38E: hue angle of 25.52º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E5B38E is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB229179142-
CMYK00.220.380.10
HSL25.52º62.59%72.75%-
HSV(B)25.52º37.99%89.8%-
XYZ53.3250.8532.6-
YUV189.73101.06156.01-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.64%
GREEN value IS 179 (70.31% from 255) = 32.55%
BLUE value IS 142 (55.86% from 255) = 25.82%
R=41.64%
G=32.55%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22917914200.220.380.1025.5262.5972.75
HexE5B38E01626A1a3f49
Octal34526321602646123277111
Binary1110010110110011100011100101101001101010110101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B38E; }

 p { color: rgb(229,179,142); }

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

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

 a { background-color: rgb(229,179,142); }

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

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

 span { border-color: rgb(229,179,142); }

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