#E0B695

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

Shades of Pancho #E0B695

Tints of Pancho #E0B695

Color information

#E0B695 (or 0xE0B695) is unknown color: approx Pancho. HEX triplet: E0, B6 and 95. RGB value is (224,182,149). Sum of RGB (Red+Green+Blue) = 224+182+149=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 182 (71.48% from 255 or 32.79% from 555); Blue value is 149 (58.59% from 255 or 26.85% from 555); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B695 is #1F496A. Grayscale: #BEBEBE. Windows color (decimal): -2050411 or 9811680. OLE color: 9811680.

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

Color convert

RGB224182149-
CMYK00.190.330.12
HSL26.4º54.74%73.14%-
HSV(B)26.4º33.48%87.84%-
XYZ52.8951.4735.58-
YUV190.8104.41151.68-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.36%
GREEN value IS 182 (71.48% from 255) = 32.79%
BLUE value IS 149 (58.59% from 255) = 26.85%
R=40.36%
G=32.79%
B=26.85%

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
Decimal22418214900.190.330.1226.454.7473.14
HexE0B69501321C1a3749
Octal34026622502341143267111
Binary1110000010110110100101010100111000011100110101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B695; }

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

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

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

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

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

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

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

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