#E8C095

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

Shades of Pancho #E8C095

Tints of Pancho #E8C095

Color information

#E8C095 (or 0xE8C095) is unknown color: approx Pancho. HEX triplet: E8, C0 and 95. RGB value is (232,192,149). Sum of RGB (Red+Green+Blue) = 232+192+149=573 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.49% from 573); Green value is 192 (75.39% from 255 or 33.51% from 573); Blue value is 149 (58.59% from 255 or 26.00% from 573); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C095 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8C095 is #173F6A. Grayscale: #C7C7C7. Windows color (decimal): -1523563 or 9814248. OLE color: 9814248.

HSL color Cylindrical-coordinate representation of color #E8C095: hue angle of 31.08º degrees, saturation: 0.64, 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 #E8C095 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB232192149-
CMYK00.170.360.09
HSL31.08º64.34%74.71%-
HSV(B)31.08º35.78%90.98%-
XYZ57.5557.0336.41-
YUV199.0699.75151.5-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.49%
GREEN value IS 192 (75.39% from 255) = 33.51%
BLUE value IS 149 (58.59% from 255) = 26.00%
R=40.49%
G=33.51%
B=26.00%

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
Decimal23219214900.170.360.0931.0864.3474.71
HexE8C0950112491f404b
Octal350300225021441137100113
Binary11101000110000001001010101000110010010011111110000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C095; }

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

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

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

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

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

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

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

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