#E1B47A

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

Shades of Maize #E1B47A

Tints of Maize #E1B47A

Color information

#E1B47A (or 0xE1B47A) is unknown color: approx Maize. HEX triplet: E1, B4 and 7A. RGB value is (225,180,122). Sum of RGB (Red+Green+Blue) = 225+180+122=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 180 (70.70% from 255 or 34.16% from 527); Blue value is 122 (48.05% from 255 or 23.15% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B47A is #1E4B85. Grayscale: #BBBBBB. Windows color (decimal): -1985414 or 8041697. OLE color: 8041697.

HSL color Cylindrical-coordinate representation of color #E1B47A: hue angle of 33.79º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E1B47A is Cyan = 0, Magento = 0.2, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB225180122-
CMYK00.20.460.12
HSL33.79º63.19%68.04%-
HSV(B)33.79º45.78%88.24%-
XYZ50.8950.0625.39-
YUV186.8491.41155.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.69%
GREEN value IS 180 (70.70% from 255) = 34.16%
BLUE value IS 122 (48.05% from 255) = 23.15%
R=42.69%
G=34.16%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518012200.20.460.1233.7963.1968.04
HexE1B47A0142EC223f44
Octal34126417202456144277104
Binary1110000110110100111101001010010111011001000101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B47A; }

 p { color: rgb(225,180,122); }

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

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

 a { background-color: rgb(225,180,122); }

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

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

 span { border-color: rgb(225,180,122); }

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