#E1B690

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

Shades of Pancho #E1B690

Tints of Pancho #E1B690

Color information

#E1B690 (or 0xE1B690) is unknown color: approx Pancho. HEX triplet: E1, B6 and 90. RGB value is (225,182,144). Sum of RGB (Red+Green+Blue) = 225+182+144=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 182 (71.48% from 255 or 33.03% from 551); Blue value is 144 (56.64% from 255 or 26.13% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B690 is #1E496F. Grayscale: #BEBEBE. Windows color (decimal): -1984880 or 9484001. OLE color: 9484001.

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

Color convert

RGB225182144-
CMYK00.190.360.12
HSL28.15º57.45%72.35%-
HSV(B)28.15º36%88.24%-
XYZ52.8151.4833.54-
YUV190.52101.75152.59-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.83%
GREEN value IS 182 (71.48% from 255) = 33.03%
BLUE value IS 144 (56.64% from 255) = 26.13%
R=40.83%
G=33.03%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518214400.190.360.1228.1557.4572.35
HexE1B69001324C1c3948
Octal34126622002344143471110
Binary1110000110110110100100000100111001001100111001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B690; }

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

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

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

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

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

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

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

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