#E9BC90

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

Shades of Pancho #E9BC90

Tints of Pancho #E9BC90

Color information

#E9BC90 (or 0xE9BC90) is unknown color: approx Pancho. HEX triplet: E9, BC and 90. RGB value is (233,188,144). Sum of RGB (Red+Green+Blue) = 233+188+144=565 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.24% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 144 (56.64% from 255 or 25.49% from 565); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BC90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BC90 is #16436F. Grayscale: #C4C4C4. Windows color (decimal): -1459056 or 9485545. OLE color: 9485545.

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

Color convert

RGB233188144-
CMYK00.190.380.09
HSL29.66º66.92%73.92%-
HSV(B)29.66º38.2%91.37%-
XYZ56.6255.334.08-
YUV196.4498.41154.08-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.24%
GREEN value IS 188 (73.83% from 255) = 33.27%
BLUE value IS 144 (56.64% from 255) = 25.49%
R=41.24%
G=33.27%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318814400.190.380.0929.6666.9273.92
HexE9BC900132691e434a
Octal351274220023461136103112
Binary11101001101111001001000001001110011010011111010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BC90; }

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

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

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

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

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

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

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

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