#E0B396

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

Shades of Pancho #E0B396

Tints of Pancho #E0B396

Color information

#E0B396 (or 0xE0B396) is unknown color: approx Pancho. HEX triplet: E0, B3 and 96. RGB value is (224,179,150). Sum of RGB (Red+Green+Blue) = 224+179+150=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 179 (70.31% from 255 or 32.37% from 553); Blue value is 150 (58.98% from 255 or 27.12% from 553); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B396 is #1F4C69. Grayscale: #BDBDBD. Windows color (decimal): -2051178 or 9876448. OLE color: 9876448.

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

Color convert

RGB224179150-
CMYK00.200.330.12
HSL23.51º54.41%73.33%-
HSV(B)23.51º33.04%87.84%-
XYZ52.3750.2935.8-
YUV189.15105.91152.86-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.51%
GREEN value IS 179 (70.31% from 255) = 32.37%
BLUE value IS 150 (58.98% from 255) = 27.12%
R=40.51%
G=32.37%
B=27.12%

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
Decimal22417915000.200.330.1223.5154.4173.33
HexE0B39601421C183649
Octal34026322602441143066111
Binary1110000010110011100101100101001000011100110001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B396; }

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

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

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

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

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

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

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

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