#E1B682

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

Shades of Maize #E1B682

Tints of Maize #E1B682

Color information

#E1B682 (or 0xE1B682) is unknown color: approx Maize. HEX triplet: E1, B6 and 82. RGB value is (225,182,130). Sum of RGB (Red+Green+Blue) = 225+182+130=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 182 (71.48% from 255 or 33.89% from 537); Blue value is 130 (51.17% from 255 or 24.21% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B682 is #1E497D. Grayscale: #BDBDBD. Windows color (decimal): -1984894 or 8566497. OLE color: 8566497.

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

Color convert

RGB225182130-
CMYK00.190.420.12
HSL32.84º61.29%69.61%-
HSV(B)32.84º42.22%88.24%-
XYZ51.8151.0828.25-
YUV188.9394.75153.73-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.90%
GREEN value IS 182 (71.48% from 255) = 33.89%
BLUE value IS 130 (51.17% from 255) = 24.21%
R=41.90%
G=33.89%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518213000.190.420.1232.8461.2969.61
HexE1B6820132AC213d46
Octal34126620202352144175106
Binary11100001101101101000001001001110101011001000011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B682; }

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

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

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

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

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

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

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

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