#E5BB94

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

Shades of Pancho #E5BB94

Tints of Pancho #E5BB94

Color information

#E5BB94 (or 0xE5BB94) is unknown color: approx Pancho. HEX triplet: E5, BB and 94. RGB value is (229,187,148). Sum of RGB (Red+Green+Blue) = 229+187+148=564 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.60% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 148 (58.20% from 255 or 26.24% from 564); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BB94 is #1A446B. Grayscale: #C3C3C3. Windows color (decimal): -1721452 or 9747429. OLE color: 9747429.

HSL color Cylindrical-coordinate representation of color #E5BB94: hue angle of 28.89º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E5BB94 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB229187148-
CMYK00.180.350.10
HSL28.89º60.9%73.92%-
HSV(B)28.89º35.37%89.8%-
XYZ55.4354.3435.58-
YUV195.11101.41152.17-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.60%
GREEN value IS 187 (73.44% from 255) = 33.16%
BLUE value IS 148 (58.20% from 255) = 26.24%
R=40.60%
G=33.16%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918714800.180.350.1028.8960.973.92
HexE5BB9401223A1d3d4a
Octal34527322402243123575112
Binary1110010110111011100101000100101000111010111011111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BB94; }

 p { color: rgb(229,187,148); }

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

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

 a { background-color: rgb(229,187,148); }

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

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

 span { border-color: rgb(229,187,148); }

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