#E7C094

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

Shades of Pancho #E7C094

Tints of Pancho #E7C094

Color information

#E7C094 (or 0xE7C094) is unknown color: approx Pancho. HEX triplet: E7, C0 and 94. RGB value is (231,192,148). Sum of RGB (Red+Green+Blue) = 231+192+148=571 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.46% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 148 (58.20% from 255 or 25.92% from 571); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C094 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C094 is #183F6B. Grayscale: #C6C6C6. Windows color (decimal): -1589100 or 9748711. OLE color: 9748711.

HSL color Cylindrical-coordinate representation of color #E7C094: hue angle of 31.81º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E7C094 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB231192148-
CMYK00.170.360.09
HSL31.81º63.36%74.31%-
HSV(B)31.81º35.93%90.59%-
XYZ57.1556.8335.97-
YUV198.6499.42151.08-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.46%
GREEN value IS 192 (75.39% from 255) = 33.63%
BLUE value IS 148 (58.20% from 255) = 25.92%
R=40.46%
G=33.63%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119214800.170.360.0931.8163.3674.31
HexE7C094011249203f4a
Octal34730022402144114077112
Binary11100111110000001001010001000110010010011000001111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C094; }

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

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

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

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

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

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

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

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