#E1B495

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

Shades of Pancho #E1B495

Tints of Pancho #E1B495

Color information

#E1B495 (or 0xE1B495) is unknown color: approx Pancho. HEX triplet: E1, B4 and 95. RGB value is (225,180,149). Sum of RGB (Red+Green+Blue) = 225+180+149=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 180 (70.70% from 255 or 32.49% from 554); Blue value is 149 (58.59% from 255 or 26.90% from 554); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B495 is #1E4B6A. Grayscale: #BEBEBE. Windows color (decimal): -1985387 or 9811169. OLE color: 9811169.

HSL color Cylindrical-coordinate representation of color #E1B495: hue angle of 24.47º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E1B495 is Cyan = 0, Magento = 0.2, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB225180149-
CMYK00.20.340.12
HSL24.47º55.88%73.33%-
HSV(B)24.47º33.78%88.24%-
XYZ52.850.8235.46-
YUV189.92104.91153.02-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.61%
GREEN value IS 180 (70.70% from 255) = 32.49%
BLUE value IS 149 (58.59% from 255) = 26.90%
R=40.61%
G=32.49%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518014900.20.340.1224.4755.8873.33
HexE1B49501422C183849
Octal34126422502442143070111
Binary1110000110110100100101010101001000101100110001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B495; }

 p { color: rgb(225,180,149); }

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

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

 a { background-color: rgb(225,180,149); }

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

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

 span { border-color: rgb(225,180,149); }

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