#E9BC96

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

Shades of Pancho #E9BC96

Tints of Pancho #E9BC96

Color information

#E9BC96 (or 0xE9BC96) is unknown color: approx Pancho. HEX triplet: E9, BC and 96. RGB value is (233,188,150). Sum of RGB (Red+Green+Blue) = 233+188+150=571 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.81% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 150 (58.98% from 255 or 26.27% from 571); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BC96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BC96 is #164369. Grayscale: #C5C5C5. Windows color (decimal): -1459050 or 9878761. OLE color: 9878761.

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

Color convert

RGB233188150-
CMYK00.190.360.09
HSL27.47º65.35%75.1%-
HSV(B)27.47º35.62%91.37%-
XYZ57.0955.4936.56-
YUV197.12101.41153.59-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.81%
GREEN value IS 188 (73.83% from 255) = 32.92%
BLUE value IS 150 (58.98% from 255) = 26.27%
R=40.81%
G=32.92%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318815000.190.360.0927.4765.3575.1
HexE9BC960132491b414b
Octal351274226023441133101113
Binary11101001101111001001011001001110010010011101110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BC96; }

 p { color: rgb(233,188,150); }

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

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

 a { background-color: rgb(233,188,150); }

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

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

 span { border-color: rgb(233,188,150); }

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