#E3BA9D

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

Shades of Pancho #E3BA9D

Tints of Pancho #E3BA9D

Color information

#E3BA9D (or 0xE3BA9D) is unknown color: approx Pancho. HEX triplet: E3, BA and 9D. RGB value is (227,186,157). Sum of RGB (Red+Green+Blue) = 227+186+157=570 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.82% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 157 (61.72% from 255 or 27.54% from 570); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BA9D is #1C4562. Grayscale: #C3C3C3. Windows color (decimal): -1852771 or 10336995. OLE color: 10336995.

HSL color Cylindrical-coordinate representation of color #E3BA9D: hue angle of 24.86º 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 #E3BA9D is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB227186157-
CMYK00.180.310.11
HSL24.86º55.56%75.29%-
HSV(B)24.86º30.84%89.02%-
XYZ55.3253.8839.38-
YUV194.95106.58150.86-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.82%
GREEN value IS 186 (73.05% from 255) = 32.63%
BLUE value IS 157 (61.72% from 255) = 27.54%
R=39.82%
G=32.63%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22718615700.180.310.1124.8655.5675.29
HexE3BA9D0121FB19384b
Octal34327223502237133170113
Binary111000111011101010011101010010111111011110011110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BA9D; }

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

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

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

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

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

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

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

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