#E1BD80

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

Shades of Maize #E1BD80

Tints of Maize #E1BD80

Color information

#E1BD80 (or 0xE1BD80) is unknown color: approx Maize. HEX triplet: E1, BD and 80. RGB value is (225,189,128). Sum of RGB (Red+Green+Blue) = 225+189+128=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 128 (50.39% from 255 or 23.62% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BD80 is #1E427F. Grayscale: #C1C1C1. Windows color (decimal): -1983104 or 8437217. OLE color: 8437217.

HSL color Cylindrical-coordinate representation of color #E1BD80: hue angle of 37.73º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E1BD80 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB225189128-
CMYK00.160.430.12
HSL37.73º61.78%69.22%-
HSV(B)37.73º43.11%88.24%-
XYZ53.1553.9628.04-
YUV192.8191.43150.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.51%
GREEN value IS 189 (74.22% from 255) = 34.87%
BLUE value IS 128 (50.39% from 255) = 23.62%
R=41.51%
G=34.87%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518912800.160.430.1237.7361.7869.22
HexE1BD800102BC263e45
Octal34127520002053144676105
Binary11100001101111011000000001000010101111001001101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BD80; }

 p { color: rgb(225,189,128); }

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

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

 a { background-color: rgb(225,189,128); }

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

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

 span { border-color: rgb(225,189,128); }

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