#E0B895

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

Shades of Pancho #E0B895

Tints of Pancho #E0B895

Color information

#E0B895 (or 0xE0B895) is unknown color: approx Pancho. HEX triplet: E0, B8 and 95. RGB value is (224,184,149). Sum of RGB (Red+Green+Blue) = 224+184+149=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 184 (72.27% from 255 or 33.03% from 557); Blue value is 149 (58.59% from 255 or 26.75% from 557); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B895 is #1F476A. Grayscale: #C0C0C0. Windows color (decimal): -2049899 or 9812192. OLE color: 9812192.

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

Color convert

RGB224184149-
CMYK00.180.330.12
HSL28º54.74%73.14%-
HSV(B)28º33.48%87.84%-
XYZ53.3152.335.72-
YUV191.97103.75150.85-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.22%
GREEN value IS 184 (72.27% from 255) = 33.03%
BLUE value IS 149 (58.59% from 255) = 26.75%
R=40.22%
G=33.03%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418414900.180.330.122854.7473.14
HexE0B89501221C1c3749
Octal34027022502241143467111
Binary1110000010111000100101010100101000011100111001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B895; }

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

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

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

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

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

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

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

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