#E8C094

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

Shades of Pancho #E8C094

Tints of Pancho #E8C094

Color information

#E8C094 (or 0xE8C094) is unknown color: approx Pancho. HEX triplet: E8, C0 and 94. RGB value is (232,192,148). Sum of RGB (Red+Green+Blue) = 232+192+148=572 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.56% from 572); Green value is 192 (75.39% from 255 or 33.57% from 572); Blue value is 148 (58.20% from 255 or 25.87% from 572); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C094 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8C094 is #173F6B. Grayscale: #C7C7C7. Windows color (decimal): -1523564 or 9748712. OLE color: 9748712.

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

Color convert

RGB232192148-
CMYK00.170.360.09
HSL31.43º64.62%74.51%-
HSV(B)31.43º36.21%90.98%-
XYZ57.4756.9935.99-
YUV198.9499.25151.58-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.56%
GREEN value IS 192 (75.39% from 255) = 33.57%
BLUE value IS 148 (58.20% from 255) = 25.87%
R=40.56%
G=33.57%
B=25.87%

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
Decimal23219214800.170.360.0931.4364.6274.51
HexE8C0940112491f414b
Octal350300224021441137101113
Binary11101000110000001001010001000110010010011111110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C094; }

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

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

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

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

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

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

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

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