#E1BA83

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

Shades of Maize #E1BA83

Tints of Maize #E1BA83

Color information

#E1BA83 (or 0xE1BA83) is unknown color: approx Maize. HEX triplet: E1, BA and 83. RGB value is (225,186,131). Sum of RGB (Red+Green+Blue) = 225+186+131=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 131 (51.56% from 255 or 24.17% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BA83 is #1E457C. Grayscale: #BFBFBF. Windows color (decimal): -1983869 or 8633057. OLE color: 8633057.

HSL color Cylindrical-coordinate representation of color #E1BA83: hue angle of 35.11º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E1BA83 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB225186131-
CMYK00.170.420.12
HSL35.11º61.04%69.8%-
HSV(B)35.11º41.78%88.24%-
XYZ52.7152.7628.88-
YUV191.3993.92151.97-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.51%
GREEN value IS 186 (73.05% from 255) = 34.32%
BLUE value IS 131 (51.56% from 255) = 24.17%
R=41.51%
G=34.32%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518613100.170.420.1235.1161.0469.8
HexE1BA830112AC233d46
Octal34127220302152144375106
Binary11100001101110101000001101000110101011001000111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BA83; }

 p { color: rgb(225,186,131); }

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

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

 a { background-color: rgb(225,186,131); }

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

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

 span { border-color: rgb(225,186,131); }

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