#E1BE92

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

Shades of Pancho #E1BE92

Tints of Pancho #E1BE92

Color information

#E1BE92 (or 0xE1BE92) is unknown color: approx Pancho. HEX triplet: E1, BE and 92. RGB value is (225,190,146). Sum of RGB (Red+Green+Blue) = 225+190+146=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 146 (57.42% from 255 or 26.02% from 561); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BE92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BE92 is #1E416D. Grayscale: #C3C3C3. Windows color (decimal): -1982830 or 9617121. OLE color: 9617121.

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

Color convert

RGB225190146-
CMYK00.160.350.12
HSL33.42º56.83%72.75%-
HSV(B)33.42º35.11%88.24%-
XYZ54.6554.9134.91-
YUV195.45100.1149.08-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.11%
GREEN value IS 190 (74.61% from 255) = 33.87%
BLUE value IS 146 (57.42% from 255) = 26.02%
R=40.11%
G=33.87%
B=26.02%

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
Decimal22519014600.160.350.1233.4256.8372.75
HexE1BE9201023C213949
Octal34127622202043144171111
Binary11100001101111101001001001000010001111001000011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BE92; }

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

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

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

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

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

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

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

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