#E2B67A

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

Shades of Maize #E2B67A

Tints of Maize #E2B67A

Color information

#E2B67A (or 0xE2B67A) is unknown color: approx Maize. HEX triplet: E2, B6 and 7A. RGB value is (226,182,122). Sum of RGB (Red+Green+Blue) = 226+182+122=530 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.64% from 530); Green value is 182 (71.48% from 255 or 34.34% from 530); Blue value is 122 (48.05% from 255 or 23.02% from 530); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B67A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B67A is #1D4985. Grayscale: #BCBCBC. Windows color (decimal): -1919366 or 8042210. OLE color: 8042210.

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

Color convert

RGB226182122-
CMYK00.190.460.11
HSL34.62º64.2%68.24%-
HSV(B)34.62º46.02%88.63%-
XYZ51.651.0325.54-
YUV188.3290.58154.88-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.64%
GREEN value IS 182 (71.48% from 255) = 34.34%
BLUE value IS 122 (48.05% from 255) = 23.02%
R=42.64%
G=34.34%
B=23.02%

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
Decimal22618212200.190.460.1134.6264.268.24
HexE2B67A0132EB234044
Octal342266172023561343100104
Binary11100010101101101111010010011101110101110001110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B67A; }

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

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

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

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

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

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

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

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