#E0B18F

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

Shades of Pancho #E0B18F

Tints of Pancho #E0B18F

Color information

#E0B18F (or 0xE0B18F) is unknown color: approx Pancho. HEX triplet: E0, B1 and 8F. RGB value is (224,177,143). Sum of RGB (Red+Green+Blue) = 224+177+143=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 143 (56.25% from 255 or 26.29% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B18F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0B18F is #1F4E70. Grayscale: #BBBBBB. Windows color (decimal): -2051697 or 9417184. OLE color: 9417184.

HSL color Cylindrical-coordinate representation of color #E0B18F: hue angle of 25.19º degrees, saturation: 0.57, 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 #E0B18F is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB224177143-
CMYK00.210.360.12
HSL25.19º56.64%71.96%-
HSV(B)25.19º36.16%87.84%-
XYZ51.4249.2732.79-
YUV187.18103.07154.26-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.18%
GREEN value IS 177 (69.53% from 255) = 32.54%
BLUE value IS 143 (56.25% from 255) = 26.29%
R=41.18%
G=32.54%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417714300.210.360.1225.1956.6471.96
HexE0B18F01524C193948
Octal34026121702544143171110
Binary1110000010110001100011110101011001001100110011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B18F; }

 p { color: rgb(224,177,143); }

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

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

 a { background-color: rgb(224,177,143); }

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

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

 span { border-color: rgb(224,177,143); }

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