#E1BA9C

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

Shades of Pancho #E1BA9C

Tints of Pancho #E1BA9C

Color information

#E1BA9C (or 0xE1BA9C) is unknown color: approx Pancho. HEX triplet: E1, BA and 9C. RGB value is (225,186,156). Sum of RGB (Red+Green+Blue) = 225+186+156=567 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.68% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 156 (61.33% from 255 or 27.51% from 567); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BA9C is #1E4563. Grayscale: #C2C2C2. Windows color (decimal): -1983844 or 10271457. OLE color: 10271457.

HSL color Cylindrical-coordinate representation of color #E1BA9C: hue angle of 26.09º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E1BA9C is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB225186156-
CMYK00.170.310.12
HSL26.09º53.49%74.71%-
HSV(B)26.09º30.67%88.24%-
XYZ54.6153.5338.91-
YUV194.24106.42149.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.68%
GREEN value IS 186 (73.05% from 255) = 32.80%
BLUE value IS 156 (61.33% from 255) = 27.51%
R=39.68%
G=32.80%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518615600.170.310.1226.0953.4974.71
HexE1BA9C0111FC1a354b
Octal34127223402137143265113
Binary111000011011101010011100010001111111100110101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BA9C; }

 p { color: rgb(225,186,156); }

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

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

 a { background-color: rgb(225,186,156); }

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

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

 span { border-color: rgb(225,186,156); }

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