#E1B67C

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

Shades of Maize #E1B67C

Tints of Maize #E1B67C

Color information

#E1B67C (or 0xE1B67C) is unknown color: approx Maize. HEX triplet: E1, B6 and 7C. RGB value is (225,182,124). Sum of RGB (Red+Green+Blue) = 225+182+124=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 182 (71.48% from 255 or 34.27% from 531); Blue value is 124 (48.83% from 255 or 23.35% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B67C is #1E4983. Grayscale: #BCBCBC. Windows color (decimal): -1984900 or 8173281. OLE color: 8173281.

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

Color convert

RGB225182124-
CMYK00.190.450.12
HSL34.46º62.73%68.43%-
HSV(B)34.46º44.89%88.24%-
XYZ51.4250.9226.19-
YUV188.2491.75154.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.37%
GREEN value IS 182 (71.48% from 255) = 34.27%
BLUE value IS 124 (48.83% from 255) = 23.35%
R=42.37%
G=34.27%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518212400.190.450.1234.4662.7368.43
HexE1B67C0132DC223f44
Octal34126617402355144277104
Binary1110000110110110111110001001110110111001000101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B67C; }

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

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

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

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

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

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

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

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