#E1BC90

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

Shades of Pancho #E1BC90

Tints of Pancho #E1BC90

Color information

#E1BC90 (or 0xE1BC90) is unknown color: approx Pancho. HEX triplet: E1, BC and 90. RGB value is (225,188,144). Sum of RGB (Red+Green+Blue) = 225+188+144=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 144 (56.64% from 255 or 25.85% from 557); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BC90 is #1E436F. Grayscale: #C2C2C2. Windows color (decimal): -1983344 or 9485537. OLE color: 9485537.

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

Color convert

RGB225188144-
CMYK00.160.360.12
HSL32.59º57.45%72.35%-
HSV(B)32.59º36%88.24%-
XYZ54.0753.9933.96-
YUV194.0599.76150.08-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.39%
GREEN value IS 188 (73.83% from 255) = 33.75%
BLUE value IS 144 (56.64% from 255) = 25.85%
R=40.39%
G=33.75%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518814400.160.360.1232.5957.4572.35
HexE1BC9001024C213948
Octal34127422002044144171110
Binary11100001101111001001000001000010010011001000011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BC90; }

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

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

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

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

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

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

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

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