#E1B094

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

Shades of Pancho #E1B094

Tints of Pancho #E1B094

Color information

#E1B094 (or 0xE1B094) is unknown color: approx Pancho. HEX triplet: E1, B0 and 94. RGB value is (225,176,148). Sum of RGB (Red+Green+Blue) = 225+176+148=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 176 (69.14% from 255 or 32.06% from 549); Blue value is 148 (58.20% from 255 or 26.96% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B094 is #1E4F6B. Grayscale: #BBBBBB. Windows color (decimal): -1986412 or 9744609. OLE color: 9744609.

HSL color Cylindrical-coordinate representation of color #E1B094: hue angle of 21.82º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E1B094 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB225176148-
CMYK00.220.340.12
HSL21.82º56.2%73.14%-
HSV(B)21.82º34.22%88.24%-
XYZ51.9249.234.78-
YUV187.46105.73154.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.98%
GREEN value IS 176 (69.14% from 255) = 32.06%
BLUE value IS 148 (58.20% from 255) = 26.96%
R=40.98%
G=32.06%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517614800.220.340.1221.8256.273.14
HexE1B09401622C163849
Octal34126022402642142670111
Binary1110000110110000100101000101101000101100101101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B094; }

 p { color: rgb(225,176,148); }

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

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

 a { background-color: rgb(225,176,148); }

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

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

 span { border-color: rgb(225,176,148); }

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