#E3B496

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

Shades of Pancho #E3B496

Tints of Pancho #E3B496

Color information

#E3B496 (or 0xE3B496) is unknown color: approx Pancho. HEX triplet: E3, B4 and 96. RGB value is (227,180,150). Sum of RGB (Red+Green+Blue) = 227+180+150=557 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.75% from 557); Green value is 180 (70.70% from 255 or 32.32% from 557); Blue value is 150 (58.98% from 255 or 26.93% from 557); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3B496 is #1C4B69. Grayscale: #BEBEBE. Windows color (decimal): -1854314 or 9876707. OLE color: 9876707.

HSL color Cylindrical-coordinate representation of color #E3B496: hue angle of 23.38º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E3B496 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB227180150-
CMYK00.210.340.11
HSL23.38º57.89%73.92%-
HSV(B)23.38º33.92%89.02%-
XYZ53.551.1835.91-
YUV190.63105.07153.94-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.75%
GREEN value IS 180 (70.70% from 255) = 32.32%
BLUE value IS 150 (58.98% from 255) = 26.93%
R=40.75%
G=32.32%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22718015000.210.340.1123.3857.8973.92
HexE3B49601522B173a4a
Octal34326422602542132772112
Binary1110001110110100100101100101011000101011101111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3B496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3B496; }

 p { color: rgb(227,180,150); }

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

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

 a { background-color: rgb(227,180,150); }

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

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

 span { border-color: rgb(227,180,150); }

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