#E1BA7D

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

Shades of Maize #E1BA7D

Tints of Maize #E1BA7D

Color information

#E1BA7D (or 0xE1BA7D) is unknown color: approx Maize. HEX triplet: E1, BA and 7D. RGB value is (225,186,125). Sum of RGB (Red+Green+Blue) = 225+186+125=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BA7D is #1E4582. Grayscale: #BEBEBE. Windows color (decimal): -1983875 or 8239841. OLE color: 8239841.

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

Color convert

RGB225186125-
CMYK00.170.440.12
HSL36.6º62.5%68.63%-
HSV(B)36.6º44.44%88.24%-
XYZ52.3152.6126.8-
YUV190.7190.92152.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.98%
GREEN value IS 186 (73.05% from 255) = 34.70%
BLUE value IS 125 (49.22% from 255) = 23.32%
R=41.98%
G=34.70%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518612500.170.440.1236.662.568.63
HexE1BA7D0112CC253e45
Octal34127217502154144576105
Binary1110000110111010111110101000110110011001001011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BA7D; }

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

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

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

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

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

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

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

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