#E9BB94

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

Shades of Pancho #E9BB94

Tints of Pancho #E9BB94

Color information

#E9BB94 (or 0xE9BB94) is unknown color: approx Pancho. HEX triplet: E9, BB and 94. RGB value is (233,187,148). Sum of RGB (Red+Green+Blue) = 233+187+148=568 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.02% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 148 (58.20% from 255 or 26.06% from 568); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BB94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BB94 is #16446B. Grayscale: #C4C4C4. Windows color (decimal): -1459308 or 9747433. OLE color: 9747433.

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

Color convert

RGB233187148-
CMYK00.200.360.09
HSL27.53º65.89%74.71%-
HSV(B)27.53º36.48%91.37%-
XYZ56.725535.64-
YUV196.31100.74154.17-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.02%
GREEN value IS 187 (73.44% from 255) = 32.92%
BLUE value IS 148 (58.20% from 255) = 26.06%
R=41.02%
G=32.92%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318714800.200.360.0927.5365.8974.71
HexE9BB940142491c424b
Octal351273224024441134102113
Binary11101001101110111001010001010010010010011110010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BB94; }

 p { color: rgb(233,187,148); }

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

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

 a { background-color: rgb(233,187,148); }

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

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

 span { border-color: rgb(233,187,148); }

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