#E1B482

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

Shades of Maize #E1B482

Tints of Maize #E1B482

Color information

#E1B482 (or 0xE1B482) is unknown color: approx Maize. HEX triplet: E1, B4 and 82. RGB value is (225,180,130). Sum of RGB (Red+Green+Blue) = 225+180+130=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 130 (51.17% from 255 or 24.30% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B482 is #1E4B7D. Grayscale: #BCBCBC. Windows color (decimal): -1985406 or 8565985. OLE color: 8565985.

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

Color convert

RGB225180130-
CMYK00.20.420.12
HSL31.58º61.29%69.61%-
HSV(B)31.58º42.22%88.24%-
XYZ51.450.2628.11-
YUV187.7695.41154.57-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.06%
GREEN value IS 180 (70.70% from 255) = 33.64%
BLUE value IS 130 (51.17% from 255) = 24.30%
R=42.06%
G=33.64%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518013000.20.420.1231.5861.2969.61
HexE1B4820142AC203d46
Octal34126420202452144075106
Binary11100001101101001000001001010010101011001000001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B482; }

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

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

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

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

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

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

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

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