#E1B979

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

Shades of Maize #E1B979

Tints of Maize #E1B979

Color information

#E1B979 (or 0xE1B979) is unknown color: approx Maize. HEX triplet: E1, B9 and 79. RGB value is (225,185,121). Sum of RGB (Red+Green+Blue) = 225+185+121=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 121 (47.66% from 255 or 22.79% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B979 is #1E4686. Grayscale: #BDBDBD. Windows color (decimal): -1984135 or 7977441. OLE color: 7977441.

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

Color convert

RGB225185121-
CMYK00.180.460.12
HSL36.92º63.41%67.84%-
HSV(B)36.92º46.22%88.24%-
XYZ51.8552.0925.41-
YUV189.6689.25153.2-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.37%
GREEN value IS 185 (72.66% from 255) = 34.84%
BLUE value IS 121 (47.66% from 255) = 22.79%
R=42.37%
G=34.84%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518512100.180.460.1236.9263.4167.84
HexE1B9790122EC253f44
Octal34127117102256144577104
Binary1110000110111001111100101001010111011001001011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B979; }

 p { color: rgb(225,185,121); }

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

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

 a { background-color: rgb(225,185,121); }

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

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

 span { border-color: rgb(225,185,121); }

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