#E9BC8E

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

Shades of Pancho #E9BC8E

Tints of Pancho #E9BC8E

Color information

#E9BC8E (or 0xE9BC8E) is unknown color: approx Pancho. HEX triplet: E9, BC and 8E. RGB value is (233,188,142). Sum of RGB (Red+Green+Blue) = 233+188+142=563 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.39% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 142 (55.86% from 255 or 25.22% from 563); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BC8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BC8E is #164371. Grayscale: #C4C4C4. Windows color (decimal): -1459058 or 9354473. OLE color: 9354473.

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

Color convert

RGB233188142-
CMYK00.190.390.09
HSL30.33º67.41%73.53%-
HSV(B)30.33º39.06%91.37%-
XYZ56.4755.2433.28-
YUV196.2197.41154.24-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.39%
GREEN value IS 188 (73.83% from 255) = 33.39%
BLUE value IS 142 (55.86% from 255) = 25.22%
R=41.39%
G=33.39%
B=25.22%

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
Decimal23318814200.190.390.0930.3367.4173.53
HexE9BC8E0132791e434a
Octal351274216023471136103112
Binary11101001101111001000111001001110011110011111010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BC8E; }

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

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

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

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

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

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

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

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