#E3C295

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

Shades of Pancho #E3C295

Tints of Pancho #E3C295

Color information

#E3C295 (or 0xE3C295) is unknown color: approx Pancho. HEX triplet: E3, C2 and 95. RGB value is (227,194,149). Sum of RGB (Red+Green+Blue) = 227+194+149=570 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.82% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 149 (58.59% from 255 or 26.14% from 570); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3C295 is #1C3D6A. Grayscale: #C6C6C6. Windows color (decimal): -1850731 or 9814755. OLE color: 9814755.

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

Color convert

RGB227194149-
CMYK00.150.340.11
HSL34.62º58.21%73.73%-
HSV(B)34.62º34.36%89.02%-
XYZ56.457.0836.48-
YUV198.7499.93148.16-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.82%
GREEN value IS 194 (76.17% from 255) = 34.04%
BLUE value IS 149 (58.59% from 255) = 26.14%
R=39.82%
G=34.04%
B=26.14%

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
Decimal22719414900.150.340.1134.6258.2173.73
HexE3C2950F22B233a4a
Octal34330222501742134372112
Binary1110001111000010100101010111110001010111000111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3C295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3C295; }

 p { color: rgb(227,194,149); }

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

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

 a { background-color: rgb(227,194,149); }

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

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

 span { border-color: rgb(227,194,149); }

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