#E5B78D

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

Shades of Pancho #E5B78D

Tints of Pancho #E5B78D

Color information

#E5B78D (or 0xE5B78D) is unknown color: approx Pancho. HEX triplet: E5, B7 and 8D. RGB value is (229,183,141). Sum of RGB (Red+Green+Blue) = 229+183+141=553 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.41% from 553); Green value is 183 (71.88% from 255 or 33.09% from 553); Blue value is 141 (55.47% from 255 or 25.50% from 553); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5B78D is #1A4872. Grayscale: #C0C0C0. Windows color (decimal): -1722483 or 9287653. OLE color: 9287653.

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

Color convert

RGB229183141-
CMYK00.200.380.10
HSL28.64º62.86%72.55%-
HSV(B)28.64º38.43%89.8%-
XYZ54.0552.4532.47-
YUV191.9799.24154.42-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.41%
GREEN value IS 183 (71.88% from 255) = 33.09%
BLUE value IS 141 (55.47% from 255) = 25.50%
R=41.41%
G=33.09%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918314100.200.380.1028.6462.8672.55
HexE5B78D01426A1d3f49
Octal34526721502446123577111
Binary1110010110110111100011010101001001101010111011111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B78D; }

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

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

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

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

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

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

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

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