#E0B996

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

Shades of Pancho #E0B996

Tints of Pancho #E0B996

Color information

#E0B996 (or 0xE0B996) is unknown color: approx Pancho. HEX triplet: E0, B9 and 96. RGB value is (224,185,150). Sum of RGB (Red+Green+Blue) = 224+185+150=559 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40.07% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 150 (58.98% from 255 or 26.83% from 559); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B996 is #1F4669. Grayscale: #C0C0C0. Windows color (decimal): -2049642 or 9877984. OLE color: 9877984.

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

Color convert

RGB224185150-
CMYK00.170.330.12
HSL28.38º54.41%73.33%-
HSV(B)28.38º33.04%87.84%-
XYZ53.5952.7536.21-
YUV192.67103.92150.35-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.07%
GREEN value IS 185 (72.66% from 255) = 33.09%
BLUE value IS 150 (58.98% from 255) = 26.83%
R=40.07%
G=33.09%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418515000.170.330.1228.3854.4173.33
HexE0B99601121C1c3649
Octal34027122602141143466111
Binary1110000010111001100101100100011000011100111001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B996; }

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

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

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

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

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

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

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

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