#E0B397

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

Shades of Pancho #E0B397

Tints of Pancho #E0B397

Color information

#E0B397 (or 0xE0B397) is unknown color: approx Pancho. HEX triplet: E0, B3 and 97. RGB value is (224,179,151). Sum of RGB (Red+Green+Blue) = 224+179+151=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 179 (70.31% from 255 or 32.31% from 554); Blue value is 151 (59.38% from 255 or 27.26% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B397 is #1F4C68. Grayscale: #BDBDBD. Windows color (decimal): -2051177 or 9941984. OLE color: 9941984.

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

Color convert

RGB224179151-
CMYK00.200.330.12
HSL23.01º54.07%73.53%-
HSV(B)23.01º32.59%87.84%-
XYZ52.4550.3236.23-
YUV189.26106.41152.78-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.43%
GREEN value IS 179 (70.31% from 255) = 32.31%
BLUE value IS 151 (59.38% from 255) = 27.26%
R=40.43%
G=32.31%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417915100.200.330.1223.0154.0773.53
HexE0B39701421C17364a
Octal34026322702441142766112
Binary1110000010110011100101110101001000011100101111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B397; }

 p { color: rgb(224,179,151); }

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

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

 a { background-color: rgb(224,179,151); }

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

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

 span { border-color: rgb(224,179,151); }

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