#E1BA77

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

Shades of Maize #E1BA77

Tints of Maize #E1BA77

Color information

#E1BA77 (or 0xE1BA77) is unknown color: approx Maize. HEX triplet: E1, BA and 77. RGB value is (225,186,119). Sum of RGB (Red+Green+Blue) = 225+186+119=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 119 (46.88% from 255 or 22.45% from 530); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BA77 is #1E4588. Grayscale: #BEBEBE. Windows color (decimal): -1983881 or 7846625. OLE color: 7846625.

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

Color convert

RGB225186119-
CMYK00.170.470.12
HSL37.92º63.86%67.45%-
HSV(B)37.92º47.11%88.24%-
XYZ51.9452.4624.84-
YUV190.0287.92152.95-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.45%
GREEN value IS 186 (73.05% from 255) = 35.09%
BLUE value IS 119 (46.88% from 255) = 22.45%
R=42.45%
G=35.09%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518611900.170.470.1237.9263.8667.45
HexE1BA770112FC264043
Octal341272167021571446100103
Binary11100001101110101110111010001101111110010011010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BA77; }

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

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

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

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

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

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

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

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