#E1B67A

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

Shades of Maize #E1B67A

Tints of Maize #E1B67A

Color information

#E1B67A (or 0xE1B67A) is unknown color: approx Maize. HEX triplet: E1, B6 and 7A. RGB value is (225,182,122). Sum of RGB (Red+Green+Blue) = 225+182+122=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 182 (71.48% from 255 or 34.40% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B67A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B67A is #1E4985. Grayscale: #BCBCBC. Windows color (decimal): -1984902 or 8042209. OLE color: 8042209.

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

Color convert

RGB225182122-
CMYK00.190.460.12
HSL34.95º63.19%68.04%-
HSV(B)34.95º45.78%88.24%-
XYZ51.2950.8725.53-
YUV188.0290.75154.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.53%
GREEN value IS 182 (71.48% from 255) = 34.40%
BLUE value IS 122 (48.05% from 255) = 23.06%
R=42.53%
G=34.40%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518212200.190.460.1234.9563.1968.04
HexE1B67A0132EC233f44
Octal34126617202356144377104
Binary1110000110110110111101001001110111011001000111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B67A; }

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

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

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

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

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

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

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

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