#E0B595

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

Shades of Pancho #E0B595

Tints of Pancho #E0B595

Color information

#E0B595 (or 0xE0B595) is unknown color: approx Pancho. HEX triplet: E0, B5 and 95. RGB value is (224,181,149). Sum of RGB (Red+Green+Blue) = 224+181+149=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 181 (71.09% from 255 or 32.67% from 554); Blue value is 149 (58.59% from 255 or 26.90% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B595 is #1F4A6A. Grayscale: #BEBEBE. Windows color (decimal): -2050667 or 9811424. OLE color: 9811424.

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

Color convert

RGB224181149-
CMYK00.190.330.12
HSL25.6º54.74%73.14%-
HSV(B)25.6º33.48%87.84%-
XYZ52.6951.0635.51-
YUV190.21104.75152.1-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.43%
GREEN value IS 181 (71.09% from 255) = 32.67%
BLUE value IS 149 (58.59% from 255) = 26.90%
R=40.43%
G=32.67%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418114900.190.330.1225.654.7473.14
HexE0B59501321C1a3749
Octal34026522502341143267111
Binary1110000010110101100101010100111000011100110101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B595; }

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

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

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

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

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

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

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

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