#E1B093

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

Shades of Pancho #E1B093

Tints of Pancho #E1B093

Color information

#E1B093 (or 0xE1B093) is unknown color: approx Pancho. HEX triplet: E1, B0 and 93. RGB value is (225,176,147). Sum of RGB (Red+Green+Blue) = 225+176+147=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 176 (69.14% from 255 or 32.12% from 548); Blue value is 147 (57.81% from 255 or 26.82% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B093 is #1E4F6C. Grayscale: #BBBBBB. Windows color (decimal): -1986413 or 9679073. OLE color: 9679073.

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

Color convert

RGB225176147-
CMYK00.220.350.12
HSL22.31º56.52%72.94%-
HSV(B)22.31º34.67%88.24%-
XYZ51.8449.1634.36-
YUV187.34105.23154.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.06%
GREEN value IS 176 (69.14% from 255) = 32.12%
BLUE value IS 147 (57.81% from 255) = 26.82%
R=41.06%
G=32.12%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517614700.220.350.1222.3156.5272.94
HexE1B09301623C163949
Octal34126022302643142671111
Binary1110000110110000100100110101101000111100101101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B093; }

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

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

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

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

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

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

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

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