#E1B194

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

Shades of Pancho #E1B194

Tints of Pancho #E1B194

Color information

#E1B194 (or 0xE1B194) is unknown color: approx Pancho. HEX triplet: E1, B1 and 94. RGB value is (225,177,148). Sum of RGB (Red+Green+Blue) = 225+177+148=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 177 (69.53% from 255 or 32.18% from 550); Blue value is 148 (58.20% from 255 or 26.91% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B194 is #1E4E6B. Grayscale: #BCBCBC. Windows color (decimal): -1986156 or 9744865. OLE color: 9744865.

HSL color Cylindrical-coordinate representation of color #E1B194: hue angle of 22.6º 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 #E1B194 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB225177148-
CMYK00.210.340.12
HSL22.6º56.2%73.14%-
HSV(B)22.6º34.22%88.24%-
XYZ52.1249.5934.84-
YUV188.05105.4154.36-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.91%
GREEN value IS 177 (69.53% from 255) = 32.18%
BLUE value IS 148 (58.20% from 255) = 26.91%
R=40.91%
G=32.18%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517714800.210.340.1222.656.273.14
HexE1B19401522C173849
Octal34126122402542142770111
Binary1110000110110001100101000101011000101100101111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B194; }

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

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

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

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

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

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

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

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