#E2B983

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

Shades of Maize #E2B983

Tints of Maize #E2B983

Color information

#E2B983 (or 0xE2B983) is unknown color: approx Maize. HEX triplet: E2, B9 and 83. RGB value is (226,185,131). Sum of RGB (Red+Green+Blue) = 226+185+131=542 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.70% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 131 (51.56% from 255 or 24.17% from 542); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B983 is #1D467C. Grayscale: #BFBFBF. Windows color (decimal): -1918589 or 8632802. OLE color: 8632802.

HSL color Cylindrical-coordinate representation of color #E2B983: hue angle of 34.11º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E2B983 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB226185131-
CMYK00.180.420.11
HSL34.11º62.09%70%-
HSV(B)34.11º42.04%88.63%-
XYZ52.8152.5128.82-
YUV191.194.08152.89-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.70%
GREEN value IS 185 (72.66% from 255) = 34.13%
BLUE value IS 131 (51.56% from 255) = 24.17%
R=41.70%
G=34.13%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618513100.180.420.1134.1162.0970
HexE2B9830122AB223e46
Octal34227120302252134276106
Binary11100010101110011000001101001010101010111000101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B983; }

 p { color: rgb(226,185,131); }

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

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

 a { background-color: rgb(226,185,131); }

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

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

 span { border-color: rgb(226,185,131); }

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