#E9BC8F

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

Shades of Pancho #E9BC8F

Tints of Pancho #E9BC8F

Color information

#E9BC8F (or 0xE9BC8F) is unknown color: approx Pancho. HEX triplet: E9, BC and 8F. RGB value is (233,188,143). Sum of RGB (Red+Green+Blue) = 233+188+143=564 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.31% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 143 (56.25% from 255 or 25.35% from 564); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BC8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BC8F is #164370. Grayscale: #C4C4C4. Windows color (decimal): -1459057 or 9420009. OLE color: 9420009.

HSL color Cylindrical-coordinate representation of color #E9BC8F: hue angle of 30º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E9BC8F is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB233188143-
CMYK00.190.390.09
HSL30º67.16%73.73%-
HSV(B)30º38.63%91.37%-
XYZ56.5555.2733.68-
YUV196.3297.91154.16-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.31%
GREEN value IS 188 (73.83% from 255) = 33.33%
BLUE value IS 143 (56.25% from 255) = 25.35%
R=41.31%
G=33.33%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318814300.190.390.093067.1673.73
HexE9BC8F0132791e434a
Octal351274217023471136103112
Binary11101001101111001000111101001110011110011111010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BC8F; }

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

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

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

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

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

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

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

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