#E2C094

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

Shades of Pancho #E2C094

Tints of Pancho #E2C094

Color information

#E2C094 (or 0xE2C094) is unknown color: approx Pancho. HEX triplet: E2, C0 and 94. RGB value is (226,192,148). Sum of RGB (Red+Green+Blue) = 226+192+148=566 (74% of max value = 765). Red value is 226 (88.67% from 255 or 39.93% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 148 (58.20% from 255 or 26.15% from 566); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C094 is #1D3F6B. Grayscale: #C5C5C5. Windows color (decimal): -1916780 or 9748706. OLE color: 9748706.

HSL color Cylindrical-coordinate representation of color #E2C094: hue angle of 33.85º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E2C094 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB226192148-
CMYK00.150.350.11
HSL33.85º57.35%73.33%-
HSV(B)33.85º34.51%88.63%-
XYZ55.5656.0135.9-
YUV197.15100.26148.58-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.93%
GREEN value IS 192 (75.39% from 255) = 33.92%
BLUE value IS 148 (58.20% from 255) = 26.15%
R=39.93%
G=33.92%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619214800.150.350.1133.8557.3573.33
HexE2C0940F23B223949
Octal34230022401743134271111
Binary1110001011000000100101000111110001110111000101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C094; }

 p { color: rgb(226,192,148); }

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

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

 a { background-color: rgb(226,192,148); }

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

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

 span { border-color: rgb(226,192,148); }

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