#E5BC8D

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

Shades of Pancho #E5BC8D

Tints of Pancho #E5BC8D

Color information

#E5BC8D (or 0xE5BC8D) is unknown color: approx Pancho. HEX triplet: E5, BC and 8D. RGB value is (229,188,141). Sum of RGB (Red+Green+Blue) = 229+188+141=558 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.04% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 141 (55.47% from 255 or 25.27% from 558); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BC8D is #1A4372. Grayscale: #C3C3C3. Windows color (decimal): -1721203 or 9288933. OLE color: 9288933.

HSL color Cylindrical-coordinate representation of color #E5BC8D: hue angle of 32.05º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E5BC8D is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB229188141-
CMYK00.180.380.10
HSL32.05º62.86%72.55%-
HSV(B)32.05º38.43%89.8%-
XYZ55.154.5532.82-
YUV194.997.58152.32-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.04%
GREEN value IS 188 (73.83% from 255) = 33.69%
BLUE value IS 141 (55.47% from 255) = 25.27%
R=41.04%
G=33.69%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918814100.180.380.1032.0562.8672.55
HexE5BC8D01226A203f49
Octal34527421502246124077111
Binary11100101101111001000110101001010011010101000001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BC8D; }

 p { color: rgb(229,188,141); }

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

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

 a { background-color: rgb(229,188,141); }

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

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

 span { border-color: rgb(229,188,141); }

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