#E1BD96

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

Shades of Pancho #E1BD96

Tints of Pancho #E1BD96

Color information

#E1BD96 (or 0xE1BD96) is unknown color: approx Pancho. HEX triplet: E1, BD and 96. RGB value is (225,189,150). Sum of RGB (Red+Green+Blue) = 225+189+150=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 150 (58.98% from 255 or 26.60% from 564); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BD96 is #1E4269. Grayscale: #C3C3C3. Windows color (decimal): -1983082 or 9879009. OLE color: 9879009.

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

Color convert

RGB225189150-
CMYK00.160.330.12
HSL31.2º55.56%73.53%-
HSV(B)31.2º33.33%88.24%-
XYZ54.7554.636.51-
YUV195.32102.43149.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.89%
GREEN value IS 189 (74.22% from 255) = 33.51%
BLUE value IS 150 (58.98% from 255) = 26.60%
R=39.89%
G=33.51%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518915000.160.330.1231.255.5673.53
HexE1BD9601021C1f384a
Octal34127522602041143770112
Binary1110000110111101100101100100001000011100111111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BD96; }

 p { color: rgb(225,189,150); }

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

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

 a { background-color: rgb(225,189,150); }

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

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

 span { border-color: rgb(225,189,150); }

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