#E9BC94

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

Shades of Pancho #E9BC94

Tints of Pancho #E9BC94

Color information

#E9BC94 (or 0xE9BC94) is unknown color: approx Pancho. HEX triplet: E9, BC and 94. RGB value is (233,188,148). Sum of RGB (Red+Green+Blue) = 233+188+148=569 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.95% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 148 (58.20% from 255 or 26.01% from 569); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BC94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BC94 is #16436B. Grayscale: #C5C5C5. Windows color (decimal): -1459052 or 9747689. OLE color: 9747689.

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

Color convert

RGB233188148-
CMYK00.190.360.09
HSL28.24º65.89%74.71%-
HSV(B)28.24º36.48%91.37%-
XYZ56.9355.4335.72-
YUV196.9100.41153.75-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.95%
GREEN value IS 188 (73.83% from 255) = 33.04%
BLUE value IS 148 (58.20% from 255) = 26.01%
R=40.95%
G=33.04%
B=26.01%

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
Decimal23318814800.190.360.0928.2465.8974.71
HexE9BC940132491c424b
Octal351274224023441134102113
Binary11101001101111001001010001001110010010011110010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BC94; }

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

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

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

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

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

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

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

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