#E0C196

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

Shades of Pancho #E0C196

Tints of Pancho #E0C196

Color information

#E0C196 (or 0xE0C196) is unknown color: approx Pancho. HEX triplet: E0, C1 and 96. RGB value is (224,193,150). Sum of RGB (Red+Green+Blue) = 224+193+150=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 150 (58.98% from 255 or 26.46% from 567); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C196 is #1F3E69. Grayscale: #C5C5C5. Windows color (decimal): -2047594 or 9880032. OLE color: 9880032.

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

Color convert

RGB224193150-
CMYK00.140.330.12
HSL34.86º54.41%73.33%-
HSV(B)34.86º33.04%87.84%-
XYZ55.3256.1936.78-
YUV197.37101.27147-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.51%
GREEN value IS 193 (75.78% from 255) = 34.04%
BLUE value IS 150 (58.98% from 255) = 26.46%
R=39.51%
G=34.04%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419315000.140.330.1234.8654.4173.33
HexE0C1960E21C233649
Octal34030122601641144366111
Binary1110000011000001100101100111010000111001000111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C196; }

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

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

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

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

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

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

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

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