#E1BE93

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

Shades of Pancho #E1BE93

Tints of Pancho #E1BE93

Color information

#E1BE93 (or 0xE1BE93) is unknown color: approx Pancho. HEX triplet: E1, BE and 93. RGB value is (225,190,147). Sum of RGB (Red+Green+Blue) = 225+190+147=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 147 (57.81% from 255 or 26.16% from 562); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BE93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BE93 is #1E416C. Grayscale: #C3C3C3. Windows color (decimal): -1982829 or 9682657. OLE color: 9682657.

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

Color convert

RGB225190147-
CMYK00.160.350.12
HSL33.08º56.52%72.94%-
HSV(B)33.08º34.67%88.24%-
XYZ54.7354.9435.32-
YUV195.56100.6149-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.04%
GREEN value IS 190 (74.61% from 255) = 33.81%
BLUE value IS 147 (57.81% from 255) = 26.16%
R=40.04%
G=33.81%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519014700.160.350.1233.0856.5272.94
HexE1BE9301023C213949
Octal34127622302043144171111
Binary11100001101111101001001101000010001111001000011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BE93; }

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

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

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

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

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

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

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

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