#E9BB95

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

Shades of Pancho #E9BB95

Tints of Pancho #E9BB95

Color information

#E9BB95 (or 0xE9BB95) is unknown color: approx Pancho. HEX triplet: E9, BB and 95. RGB value is (233,187,149). Sum of RGB (Red+Green+Blue) = 233+187+149=569 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.95% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 149 (58.59% from 255 or 26.19% from 569); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BB95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BB95 is #16446A. Grayscale: #C4C4C4. Windows color (decimal): -1459307 or 9812969. OLE color: 9812969.

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

Color convert

RGB233187149-
CMYK00.200.360.09
HSL27.14º65.62%74.9%-
HSV(B)27.14º36.05%91.37%-
XYZ56.855.0336.06-
YUV196.42101.24154.09-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.95%
GREEN value IS 187 (73.44% from 255) = 32.86%
BLUE value IS 149 (58.59% from 255) = 26.19%
R=40.95%
G=32.86%
B=26.19%

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
Decimal23318714900.200.360.0927.1465.6274.9
HexE9BB950142491b424b
Octal351273225024441133102113
Binary11101001101110111001010101010010010010011101110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BB95; }

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

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

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

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

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

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

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

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