#E2BA85

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

Shades of Maize #E2BA85

Tints of Maize #E2BA85

Color information

#E2BA85 (or 0xE2BA85) is unknown color: approx Maize. HEX triplet: E2, BA and 85. RGB value is (226,186,133). Sum of RGB (Red+Green+Blue) = 226+186+133=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 133 (52.34% from 255 or 24.40% from 545); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BA85 is #1D457A. Grayscale: #C0C0C0. Windows color (decimal): -1918331 or 8764130. OLE color: 8764130.

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

Color convert

RGB226186133-
CMYK00.180.410.11
HSL34.19º61.59%70.39%-
HSV(B)34.19º41.15%88.63%-
XYZ53.1652.9829.61-
YUV191.9294.75152.31-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.47%
GREEN value IS 186 (73.05% from 255) = 34.13%
BLUE value IS 133 (52.34% from 255) = 24.40%
R=41.47%
G=34.13%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618613300.180.410.1134.1961.5970.39
HexE2BA8501229B223e46
Octal34227220502251134276106
Binary11100010101110101000010101001010100110111000101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BA85; }

 p { color: rgb(226,186,133); }

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

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

 a { background-color: rgb(226,186,133); }

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

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

 span { border-color: rgb(226,186,133); }

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