#E0B195

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

Shades of Pancho #E0B195

Tints of Pancho #E0B195

Color information

#E0B195 (or 0xE0B195) is unknown color: approx Pancho. HEX triplet: E0, B1 and 95. RGB value is (224,177,149). Sum of RGB (Red+Green+Blue) = 224+177+149=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 177 (69.53% from 255 or 32.18% from 550); Blue value is 149 (58.59% from 255 or 27.09% from 550); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0B195 is #1F4E6A. Grayscale: #BCBCBC. Windows color (decimal): -2051691 or 9810400. OLE color: 9810400.

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

Color convert

RGB224177149-
CMYK00.210.330.12
HSL22.4º54.74%73.14%-
HSV(B)22.4º33.48%87.84%-
XYZ51.8949.4635.25-
YUV187.86106.07153.78-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.73%
GREEN value IS 177 (69.53% from 255) = 32.18%
BLUE value IS 149 (58.59% from 255) = 27.09%
R=40.73%
G=32.18%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417714900.210.330.1222.454.7473.14
HexE0B19501521C163749
Octal34026122502541142667111
Binary1110000010110001100101010101011000011100101101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B195; }

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

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

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

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

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

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

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

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