#E3BD9B

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

Shades of Pancho #E3BD9B

Tints of Pancho #E3BD9B

Color information

#E3BD9B (or 0xE3BD9B) is unknown color: approx Pancho. HEX triplet: E3, BD and 9B. RGB value is (227,189,155). Sum of RGB (Red+Green+Blue) = 227+189+155=571 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.75% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 155 (60.94% from 255 or 27.15% from 571); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BD9B is #1C4264. Grayscale: #C4C4C4. Windows color (decimal): -1852005 or 10206691. OLE color: 10206691.

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

Color convert

RGB227189155-
CMYK00.170.320.11
HSL28.33º56.25%74.9%-
HSV(B)28.33º31.72%89.02%-
XYZ55.7955.0938.7-
YUV196.49104.59149.76-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.75%
GREEN value IS 189 (74.22% from 255) = 33.10%
BLUE value IS 155 (60.94% from 255) = 27.15%
R=39.75%
G=33.10%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22718915500.170.320.1128.3356.2574.9
HexE3BD9B01120B1c384b
Octal34327523302140133470113
Binary1110001110111101100110110100011000001011111001110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BD9B; }

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

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

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

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

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

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

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

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