#E1BD9C

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

Shades of Pancho #E1BD9C

Tints of Pancho #E1BD9C

Color information

#E1BD9C (or 0xE1BD9C) is unknown color: approx Pancho. HEX triplet: E1, BD and 9C. RGB value is (225,189,156). Sum of RGB (Red+Green+Blue) = 225+189+156=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 156 (61.33% from 255 or 27.37% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BD9C is #1E4263. Grayscale: #C4C4C4. Windows color (decimal): -1983076 or 10272225. OLE color: 10272225.

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

Color convert

RGB225189156-
CMYK00.160.310.12
HSL28.7º53.49%74.71%-
HSV(B)28.7º30.67%88.24%-
XYZ55.2554.839.12-
YUV196105.43148.68-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.47%
GREEN value IS 189 (74.22% from 255) = 33.16%
BLUE value IS 156 (61.33% from 255) = 27.37%
R=39.47%
G=33.16%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518915600.160.310.1228.753.4974.71
HexE1BD9C0101FC1d354b
Octal34127523402037143565113
Binary111000011011110110011100010000111111100111011101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BD9C; }

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

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

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

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

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

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

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

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