#E5BD8D

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

Shades of Pancho #E5BD8D

Tints of Pancho #E5BD8D

Color information

#E5BD8D (or 0xE5BD8D) is unknown color: approx Pancho. HEX triplet: E5, BD and 8D. RGB value is (229,189,141). Sum of RGB (Red+Green+Blue) = 229+189+141=559 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.97% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 141 (55.47% from 255 or 25.22% from 559); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BD8D is #1A4272. Grayscale: #C3C3C3. Windows color (decimal): -1720947 or 9289189. OLE color: 9289189.

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

Color convert

RGB229189141-
CMYK00.170.380.10
HSL32.73º62.86%72.55%-
HSV(B)32.73º38.43%89.8%-
XYZ55.3254.9832.9-
YUV195.4997.25151.9-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.97%
GREEN value IS 189 (74.22% from 255) = 33.81%
BLUE value IS 141 (55.47% from 255) = 25.22%
R=40.97%
G=33.81%
B=25.22%

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
Decimal22918914100.170.380.1032.7362.8672.55
HexE5BD8D01126A213f49
Octal34527521502146124177111
Binary11100101101111011000110101000110011010101000011111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BD8D; }

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

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

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

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

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

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

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

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