#E2C195

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

Shades of Pancho #E2C195

Tints of Pancho #E2C195

Color information

#E2C195 (or 0xE2C195) is unknown color: approx Pancho. HEX triplet: E2, C1 and 95. RGB value is (226,193,149). Sum of RGB (Red+Green+Blue) = 226+193+149=568 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.79% from 568); Green value is 193 (75.78% from 255 or 33.98% from 568); Blue value is 149 (58.59% from 255 or 26.23% from 568); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C195 is #1D3E6A. Grayscale: #C6C6C6. Windows color (decimal): -1916523 or 9814498. OLE color: 9814498.

HSL color Cylindrical-coordinate representation of color #E2C195: hue angle of 34.29º degrees, saturation: 0.57, 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 #E2C195 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB226193149-
CMYK00.150.340.11
HSL34.29º57.04%73.53%-
HSV(B)34.29º34.07%88.63%-
XYZ55.8656.4836.39-
YUV197.85100.43148.08-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.79%
GREEN value IS 193 (75.78% from 255) = 33.98%
BLUE value IS 149 (58.59% from 255) = 26.23%
R=39.79%
G=33.98%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619314900.150.340.1134.2957.0473.53
HexE2C1950F22B22394a
Octal34230122501742134271112
Binary1110001011000001100101010111110001010111000101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C195; }

 p { color: rgb(226,193,149); }

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

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

 a { background-color: rgb(226,193,149); }

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

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

 span { border-color: rgb(226,193,149); }

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