#E1BC92

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

Shades of Pancho #E1BC92

Tints of Pancho #E1BC92

Color information

#E1BC92 (or 0xE1BC92) is unknown color: approx Pancho. HEX triplet: E1, BC and 92. RGB value is (225,188,146). Sum of RGB (Red+Green+Blue) = 225+188+146=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 146 (57.42% from 255 or 26.12% from 559); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BC92 is #1E436D. Grayscale: #C2C2C2. Windows color (decimal): -1983342 or 9616609. OLE color: 9616609.

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

Color convert

RGB225188146-
CMYK00.160.350.12
HSL31.9º56.83%72.75%-
HSV(B)31.9º35.11%88.24%-
XYZ54.2254.0534.77-
YUV194.27100.76149.92-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.25%
GREEN value IS 188 (73.83% from 255) = 33.63%
BLUE value IS 146 (57.42% from 255) = 26.12%
R=40.25%
G=33.63%
B=26.12%

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
Decimal22518814600.160.350.1231.956.8372.75
HexE1BC9201023C203949
Octal34127422202043144071111
Binary11100001101111001001001001000010001111001000001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BC92; }

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

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

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

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

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

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

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

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