#E1B38D

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

Shades of Pancho #E1B38D

Tints of Pancho #E1B38D

Color information

#E1B38D (or 0xE1B38D) is unknown color: approx Pancho. HEX triplet: E1, B3 and 8D. RGB value is (225,179,141). Sum of RGB (Red+Green+Blue) = 225+179+141=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 179 (70.31% from 255 or 32.84% from 545); Blue value is 141 (55.47% from 255 or 25.87% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B38D is #1E4C72. Grayscale: #BCBCBC. Windows color (decimal): -1985651 or 9286625. OLE color: 9286625.

HSL color Cylindrical-coordinate representation of color #E1B38D: hue angle of 27.14º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E1B38D is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB225179141-
CMYK00.200.370.12
HSL27.14º58.33%71.76%-
HSV(B)27.14º37.33%88.24%-
XYZ51.9850.1732.14-
YUV188.42101.24154.09-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.28%
GREEN value IS 179 (70.31% from 255) = 32.84%
BLUE value IS 141 (55.47% from 255) = 25.87%
R=41.28%
G=32.84%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517914100.200.370.1227.1458.3371.76
HexE1B38D01425C1b3a48
Octal34126321502445143372110
Binary1110000110110011100011010101001001011100110111110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B38D; }

 p { color: rgb(225,179,141); }

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

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

 a { background-color: rgb(225,179,141); }

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

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

 span { border-color: rgb(225,179,141); }

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