#E5C196

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

Shades of Pancho #E5C196

Tints of Pancho #E5C196

Color information

#E5C196 (or 0xE5C196) is unknown color: approx Pancho. HEX triplet: E5, C1 and 96. RGB value is (229,193,150). Sum of RGB (Red+Green+Blue) = 229+193+150=572 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.03% from 572); Green value is 193 (75.78% from 255 or 33.74% from 572); Blue value is 150 (58.98% from 255 or 26.22% from 572); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C196 is #1A3E69. Grayscale: #C7C7C7. Windows color (decimal): -1719914 or 9880037. OLE color: 9880037.

HSL color Cylindrical-coordinate representation of color #E5C196: hue angle of 32.66º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E5C196 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB229193150-
CMYK00.160.340.10
HSL32.66º60.31%74.31%-
HSV(B)32.66º34.5%89.8%-
XYZ56.895736.86-
YUV198.86100.43149.5-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.03%
GREEN value IS 193 (75.78% from 255) = 33.74%
BLUE value IS 150 (58.98% from 255) = 26.22%
R=40.03%
G=33.74%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919315000.160.340.1032.6660.3174.31
HexE5C19601022A213c4a
Octal34530122602042124174112
Binary11100101110000011001011001000010001010101000011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C196; }

 p { color: rgb(229,193,150); }

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

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

 a { background-color: rgb(229,193,150); }

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

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

 span { border-color: rgb(229,193,150); }

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