#E2B87A

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

Shades of Maize #E2B87A

Tints of Maize #E2B87A

Color information

#E2B87A (or 0xE2B87A) is unknown color: approx Maize. HEX triplet: E2, B8 and 7A. RGB value is (226,184,122). Sum of RGB (Red+Green+Blue) = 226+184+122=532 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.48% from 532); Green value is 184 (72.27% from 255 or 34.59% from 532); Blue value is 122 (48.05% from 255 or 22.93% from 532); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B87A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B87A is #1D4785. Grayscale: #BDBDBD. Windows color (decimal): -1918854 or 8042722. OLE color: 8042722.

HSL color Cylindrical-coordinate representation of color #E2B87A: hue angle of 35.77º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E2B87A is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB226184122-
CMYK00.190.460.11
HSL35.77º64.2%68.24%-
HSV(B)35.77º46.02%88.63%-
XYZ52.0251.8525.68-
YUV189.4989.91154.04-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.48%
GREEN value IS 184 (72.27% from 255) = 34.59%
BLUE value IS 122 (48.05% from 255) = 22.93%
R=42.48%
G=34.59%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618412200.190.460.1135.7764.268.24
HexE2B87A0132EB244044
Octal342270172023561344100104
Binary11100010101110001111010010011101110101110010010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B87A; }

 p { color: rgb(226,184,122); }

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

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

 a { background-color: rgb(226,184,122); }

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

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

 span { border-color: rgb(226,184,122); }

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