#e1b47d

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

Shades of Maize #E1B47D

Tints of Maize #E1B47D

Color information

#E1B47D (or 0xE1B47D) is unknown color: approx Maize. HEX triplet: E1, B4 and 7D. RGB value is (225,180,125). Sum of RGB (Red+Green+Blue) = 225+180+125=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 125 (49.22% from 255 or 23.58% from 530); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B47D is #1E4B82. Grayscale: #BBBBBB. Windows color (decimal): -1985411 or 8238305. OLE color: 8238305.

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

Color convert

RGB225180125-
CMYK00.20.440.12
HSL33º62.5%68.63%-
HSV(B)33º44.44%88.24%-
XYZ51.0750.1326.39-
YUV187.1892.91154.97-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.45%
GREEN value IS 180 (70.70% from 255) = 33.96%
BLUE value IS 125 (49.22% from 255) = 23.58%
R=42.45%
G=33.96%
B=23.58%

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
Decimal22518012500.20.440.123362.568.63
HexE1B47D0142CC213e45
Octal34126417502454144176105
Binary1110000110110100111110101010010110011001000011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1b47d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1b47d; }

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

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

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

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

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

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

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

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