#E9BD96

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

Shades of Pancho #E9BD96

Tints of Pancho #E9BD96

Color information

#E9BD96 (or 0xE9BD96) is unknown color: approx Pancho. HEX triplet: E9, BD and 96. RGB value is (233,189,150). Sum of RGB (Red+Green+Blue) = 233+189+150=572 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.73% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 150 (58.98% from 255 or 26.22% from 572); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BD96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BD96 is #164269. Grayscale: #C5C5C5. Windows color (decimal): -1458794 or 9879017. OLE color: 9879017.

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

Color convert

RGB233189150-
CMYK00.190.360.09
HSL28.19º65.35%75.1%-
HSV(B)28.19º35.62%91.37%-
XYZ57.3155.9236.63-
YUV197.71101.08153.17-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.73%
GREEN value IS 189 (74.22% from 255) = 33.04%
BLUE value IS 150 (58.98% from 255) = 26.22%
R=40.73%
G=33.04%
B=26.22%

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
Decimal23318915000.190.360.0928.1965.3575.1
HexE9BD960132491c414b
Octal351275226023441134101113
Binary11101001101111011001011001001110010010011110010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BD96; }

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

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

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

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

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

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

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

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