#E5BE8D

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

Shades of Pancho #E5BE8D

Tints of Pancho #E5BE8D

Color information

#E5BE8D (or 0xE5BE8D) is unknown color: approx Pancho. HEX triplet: E5, BE and 8D. RGB value is (229,190,141). Sum of RGB (Red+Green+Blue) = 229+190+141=560 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.89% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 141 (55.47% from 255 or 25.18% from 560); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BE8D is #1A4172. Grayscale: #C4C4C4. Windows color (decimal): -1720691 or 9289445. OLE color: 9289445.

HSL color Cylindrical-coordinate representation of color #E5BE8D: hue angle of 33.41º 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 #E5BE8D is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB229190141-
CMYK00.170.380.10
HSL33.41º62.86%72.55%-
HSV(B)33.41º38.43%89.8%-
XYZ55.5355.4132.97-
YUV196.0896.92151.48-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.89%
GREEN value IS 190 (74.61% from 255) = 33.93%
BLUE value IS 141 (55.47% from 255) = 25.18%
R=40.89%
G=33.93%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919014100.170.380.1033.4162.8672.55
HexE5BE8D01126A213f49
Octal34527621502146124177111
Binary11100101101111101000110101000110011010101000011111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BE8D; }

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

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

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

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

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

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

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

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