#E1B47F

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

Shades of Maize #E1B47F

Tints of Maize #E1B47F

Color information

#E1B47F (or 0xE1B47F) is unknown color: approx Maize. HEX triplet: E1, B4 and 7F. RGB value is (225,180,127). Sum of RGB (Red+Green+Blue) = 225+180+127=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 180 (70.70% from 255 or 33.83% from 532); Blue value is 127 (50% from 255 or 23.87% from 532); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B47F is #1E4B80. Grayscale: #BBBBBB. Windows color (decimal): -1985409 or 8369377. OLE color: 8369377.

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

Color convert

RGB225180127-
CMYK00.20.440.12
HSL32.45º62.03%69.02%-
HSV(B)32.45º43.56%88.24%-
XYZ51.250.1827.07-
YUV187.4193.91154.81-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.29%
GREEN value IS 180 (70.70% from 255) = 33.83%
BLUE value IS 127 (50% from 255) = 23.87%
R=42.29%
G=33.83%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518012700.20.440.1232.4562.0369.02
HexE1B47F0142CC203e45
Octal34126417702454144076105
Binary1110000110110100111111101010010110011001000001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B47F; }

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

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

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

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

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

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

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

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