#E1B08F

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

Shades of Pancho #E1B08F

Tints of Pancho #E1B08F

Color information

#E1B08F (or 0xE1B08F) is unknown color: approx Pancho. HEX triplet: E1, B0 and 8F. RGB value is (225,176,143). Sum of RGB (Red+Green+Blue) = 225+176+143=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 176 (69.14% from 255 or 32.35% from 544); Blue value is 143 (56.25% from 255 or 26.29% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B08F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B08F is #1E4F70. Grayscale: #BBBBBB. Windows color (decimal): -1986417 or 9416929. OLE color: 9416929.

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

Color convert

RGB225176143-
CMYK00.220.360.12
HSL24.15º57.75%72.16%-
HSV(B)24.15º36.44%88.24%-
XYZ51.5349.0432.74-
YUV186.89103.23155.18-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.36%
GREEN value IS 176 (69.14% from 255) = 32.35%
BLUE value IS 143 (56.25% from 255) = 26.29%
R=41.36%
G=32.35%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517614300.220.360.1224.1557.7572.16
HexE1B08F01624C183a48
Octal34126021702644143072110
Binary1110000110110000100011110101101001001100110001110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B08F; }

 p { color: rgb(225,176,143); }

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

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

 a { background-color: rgb(225,176,143); }

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

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

 span { border-color: rgb(225,176,143); }

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