#E1B192

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

Shades of Pancho #E1B192

Tints of Pancho #E1B192

Color information

#E1B192 (or 0xE1B192) is unknown color: approx Pancho. HEX triplet: E1, B1 and 92. RGB value is (225,177,146). Sum of RGB (Red+Green+Blue) = 225+177+146=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 177 (69.53% from 255 or 32.30% from 548); Blue value is 146 (57.42% from 255 or 26.64% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B192 is #1E4E6D. Grayscale: #BBBBBB. Windows color (decimal): -1986158 or 9613793. OLE color: 9613793.

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

Color convert

RGB225177146-
CMYK00.210.350.12
HSL23.54º56.83%72.75%-
HSV(B)23.54º35.11%88.24%-
XYZ51.9649.5334.02-
YUV187.82104.4154.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.06%
GREEN value IS 177 (69.53% from 255) = 32.30%
BLUE value IS 146 (57.42% from 255) = 26.64%
R=41.06%
G=32.30%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517714600.210.350.1223.5456.8372.75
HexE1B19201523C183949
Octal34126122202543143071111
Binary1110000110110001100100100101011000111100110001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B192; }

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

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

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

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

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

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

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

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