#E3BA93

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

Shades of Pancho #E3BA93

Tints of Pancho #E3BA93

Color information

#E3BA93 (or 0xE3BA93) is unknown color: approx Pancho. HEX triplet: E3, BA and 93. RGB value is (227,186,147). Sum of RGB (Red+Green+Blue) = 227+186+147=560 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.54% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 147 (57.81% from 255 or 26.25% from 560); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BA93 is #1C456C. Grayscale: #C2C2C2. Windows color (decimal): -1852781 or 9681635. OLE color: 9681635.

HSL color Cylindrical-coordinate representation of color #E3BA93: hue angle of 29.25º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E3BA93 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB227186147-
CMYK00.180.350.11
HSL29.25º58.82%73.33%-
HSV(B)29.25º35.24%89.02%-
XYZ54.553.5635.07-
YUV193.81101.58151.67-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.54%
GREEN value IS 186 (73.05% from 255) = 33.21%
BLUE value IS 147 (57.81% from 255) = 26.25%
R=40.54%
G=33.21%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22718614700.180.350.1129.2558.8273.33
HexE3BA9301223B1d3b49
Octal34327222302243133573111
Binary1110001110111010100100110100101000111011111011110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BA93; }

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

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

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

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

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

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

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

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