#E1B982

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

Shades of Maize #E1B982

Tints of Maize #E1B982

Color information

#E1B982 (or 0xE1B982) is unknown color: approx Maize. HEX triplet: E1, B9 and 82. RGB value is (225,185,130). Sum of RGB (Red+Green+Blue) = 225+185+130=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 185 (72.66% from 255 or 34.26% from 540); Blue value is 130 (51.17% from 255 or 24.07% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B982 is #1E467D. Grayscale: #BEBEBE. Windows color (decimal): -1984126 or 8567265. OLE color: 8567265.

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

Color convert

RGB225185130-
CMYK00.180.420.12
HSL34.74º61.29%69.61%-
HSV(B)34.74º42.22%88.24%-
XYZ52.4352.3228.45-
YUV190.6993.75152.47-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.67%
GREEN value IS 185 (72.66% from 255) = 34.26%
BLUE value IS 130 (51.17% from 255) = 24.07%
R=41.67%
G=34.26%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518513000.180.420.1234.7461.2969.61
HexE1B9820122AC233d46
Octal34127120202252144375106
Binary11100001101110011000001001001010101011001000111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B982; }

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

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

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

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

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

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

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

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