#E9BD8E

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

Shades of Pancho #E9BD8E

Tints of Pancho #E9BD8E

Color information

#E9BD8E (or 0xE9BD8E) is unknown color: approx Pancho. HEX triplet: E9, BD and 8E. RGB value is (233,189,142). Sum of RGB (Red+Green+Blue) = 233+189+142=564 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.31% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 142 (55.86% from 255 or 25.18% from 564); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BD8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BD8E is #164271. Grayscale: #C5C5C5. Windows color (decimal): -1458802 or 9354729. OLE color: 9354729.

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

Color convert

RGB233189142-
CMYK00.190.390.09
HSL30.99º67.41%73.53%-
HSV(B)30.99º39.06%91.37%-
XYZ56.6855.6733.35-
YUV196.897.08153.82-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.31%
GREEN value IS 189 (74.22% from 255) = 33.51%
BLUE value IS 142 (55.86% from 255) = 25.18%
R=41.31%
G=33.51%
B=25.18%

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
Decimal23318914200.190.390.0930.9967.4173.53
HexE9BD8E0132791f434a
Octal351275216023471137103112
Binary11101001101111011000111001001110011110011111110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BD8E; }

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

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

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

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

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

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

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

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