#e5bd99

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

Shades of Pancho #E5BD99

Tints of Pancho #E5BD99

Color information

#E5BD99 (or 0xE5BD99) is unknown color: approx Pancho. HEX triplet: E5, BD and 99. RGB value is (229,189,153). Sum of RGB (Red+Green+Blue) = 229+189+153=571 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.11% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 153 (60.16% from 255 or 26.80% from 571); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BD99 is #1A4266. Grayscale: #C5C5C5. Windows color (decimal): -1720935 or 10075621. OLE color: 10075621.

HSL color Cylindrical-coordinate representation of color #E5BD99: hue angle of 28.42º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E5BD99 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB229189153-
CMYK00.170.330.10
HSL28.42º59.38%74.9%-
HSV(B)28.42º33.19%89.8%-
XYZ56.2655.3537.86-
YUV196.86103.25150.93-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.11%
GREEN value IS 189 (74.22% from 255) = 33.10%
BLUE value IS 153 (60.16% from 255) = 26.80%
R=40.11%
G=33.10%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918915300.170.330.1028.4259.3874.9
HexE5BD9901121A1c3b4b
Octal34527523102141123473113
Binary1110010110111101100110010100011000011010111001110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5bd99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5bd99; }

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

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

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

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

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

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

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

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