#E1BB77

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

Shades of Maize #E1BB77

Tints of Maize #E1BB77

Color information

#E1BB77 (or 0xE1BB77) is unknown color: approx Maize. HEX triplet: E1, BB and 77. RGB value is (225,187,119). Sum of RGB (Red+Green+Blue) = 225+187+119=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 119 (46.88% from 255 or 22.41% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BB77 is #1E4488. Grayscale: #BEBEBE. Windows color (decimal): -1983625 or 7846881. OLE color: 7846881.

HSL color Cylindrical-coordinate representation of color #E1BB77: hue angle of 38.49º 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 #E1BB77 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB225187119-
CMYK00.170.470.12
HSL38.49º63.86%67.45%-
HSV(B)38.49º47.11%88.24%-
XYZ52.1552.8824.91-
YUV190.6187.59152.53-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.37%
GREEN value IS 187 (73.44% from 255) = 35.22%
BLUE value IS 119 (46.88% from 255) = 22.41%
R=42.37%
G=35.22%
B=22.41%

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
Decimal22518711900.170.470.1238.4963.8667.45
HexE1BB770112FC264043
Octal341273167021571446100103
Binary11100001101110111110111010001101111110010011010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BB77; }

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

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

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

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

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

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

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

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