#E3BD9D

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

Shades of Pancho #E3BD9D

Tints of Pancho #E3BD9D

Color information

#E3BD9D (or 0xE3BD9D) is unknown color: approx Pancho. HEX triplet: E3, BD and 9D. RGB value is (227,189,157). Sum of RGB (Red+Green+Blue) = 227+189+157=573 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.62% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 157 (61.72% from 255 or 27.40% from 573); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BD9D is #1C4262. Grayscale: #C4C4C4. Windows color (decimal): -1852003 or 10337763. OLE color: 10337763.

HSL color Cylindrical-coordinate representation of color #E3BD9D: hue angle of 27.43º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E3BD9D is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB227189157-
CMYK00.170.310.11
HSL27.43º55.56%75.29%-
HSV(B)27.43º30.84%89.02%-
XYZ55.9655.1639.6-
YUV196.71105.59149.6-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.62%
GREEN value IS 189 (74.22% from 255) = 32.98%
BLUE value IS 157 (61.72% from 255) = 27.40%
R=39.62%
G=32.98%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22718915700.170.310.1127.4355.5675.29
HexE3BD9D0111FB1b384b
Octal34327523502137133370113
Binary111000111011110110011101010001111111011110111110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BD9D; }

 p { color: rgb(227,189,157); }

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

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

 a { background-color: rgb(227,189,157); }

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

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

 span { border-color: rgb(227,189,157); }

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