#E1C197

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

Shades of Pancho #E1C197

Tints of Pancho #E1C197

Color information

#E1C197 (or 0xE1C197) is unknown color: approx Pancho. HEX triplet: E1, C1 and 97. RGB value is (225,193,151). Sum of RGB (Red+Green+Blue) = 225+193+151=569 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.54% from 569); Green value is 193 (75.78% from 255 or 33.92% from 569); Blue value is 151 (59.38% from 255 or 26.54% from 569); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C197 is #1E3E68. Grayscale: #C5C5C5. Windows color (decimal): -1982057 or 9945569. OLE color: 9945569.

HSL color Cylindrical-coordinate representation of color #E1C197: hue angle of 34.05º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E1C197 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB225193151-
CMYK00.140.330.12
HSL34.05º55.22%73.73%-
HSV(B)34.05º32.89%88.24%-
XYZ55.7156.3837.22-
YUV197.78101.6147.42-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.54%
GREEN value IS 193 (75.78% from 255) = 33.92%
BLUE value IS 151 (59.38% from 255) = 26.54%
R=39.54%
G=33.92%
B=26.54%

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
Decimal22519315100.140.330.1234.0555.2273.73
HexE1C1970E21C22374a
Octal34130122701641144267112
Binary1110000111000001100101110111010000111001000101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C197; }

 p { color: rgb(225,193,151); }

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

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

 a { background-color: rgb(225,193,151); }

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

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

 span { border-color: rgb(225,193,151); }

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