#E5C096

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

Shades of Pancho #E5C096

Tints of Pancho #E5C096

Color information

#E5C096 (or 0xE5C096) is unknown color: approx Pancho. HEX triplet: E5, C0 and 96. RGB value is (229,192,150). Sum of RGB (Red+Green+Blue) = 229+192+150=571 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.11% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 150 (58.98% from 255 or 26.27% from 571); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C096 is #1A3F69. Grayscale: #C6C6C6. Windows color (decimal): -1720170 or 9879781. OLE color: 9879781.

HSL color Cylindrical-coordinate representation of color #E5C096: hue angle of 31.9º 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 #E5C096 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB229192150-
CMYK00.160.340.10
HSL31.9º60.31%74.31%-
HSV(B)31.9º34.5%89.8%-
XYZ56.6756.5636.78-
YUV198.28100.76149.92-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.11%
GREEN value IS 192 (75.39% from 255) = 33.63%
BLUE value IS 150 (58.98% from 255) = 26.27%
R=40.11%
G=33.63%
B=26.27%

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
Decimal22919215000.160.340.1031.960.3174.31
HexE5C09601022A203c4a
Octal34530022602042124074112
Binary11100101110000001001011001000010001010101000001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C096; }

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

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

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

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

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

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

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

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