#E3BA76

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

Shades of Maize #E3BA76

Tints of Maize #E3BA76

Color information

#E3BA76 (or 0xE3BA76) is unknown color: approx Maize. HEX triplet: E3, BA and 76. RGB value is (227,186,118). Sum of RGB (Red+Green+Blue) = 227+186+118=531 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.75% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 118 (46.48% from 255 or 22.22% from 531); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3BA76 is #1C4589. Grayscale: #BEBEBE. Windows color (decimal): -1852810 or 7781091. OLE color: 7781091.

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

Color convert

RGB227186118-
CMYK00.180.480.11
HSL37.43º66.06%67.65%-
HSV(B)37.43º48.02%89.02%-
XYZ52.5152.7624.56-
YUV190.5187.08154.03-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.75%
GREEN value IS 186 (73.05% from 255) = 35.03%
BLUE value IS 118 (46.48% from 255) = 22.22%
R=42.75%
G=35.03%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22718611800.180.480.1137.4366.0667.65
HexE3BA7601230B254244
Octal343272166022601345102104
Binary11100011101110101110110010010110000101110010110000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BA76; }

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

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

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

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

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

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

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

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