#E1B978

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

Shades of Maize #E1B978

Tints of Maize #E1B978

Color information

#E1B978 (or 0xE1B978) is unknown color: approx Maize. HEX triplet: E1, B9 and 78. RGB value is (225,185,120). Sum of RGB (Red+Green+Blue) = 225+185+120=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 120 (47.27% from 255 or 22.64% from 530); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B978 is #1E4687. Grayscale: #BDBDBD. Windows color (decimal): -1984136 or 7911905. OLE color: 7911905.

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

Color convert

RGB225185120-
CMYK00.180.470.12
HSL37.14º63.64%67.65%-
HSV(B)37.14º46.67%88.24%-
XYZ51.7952.0625.09-
YUV189.5588.75153.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.45%
GREEN value IS 185 (72.66% from 255) = 34.91%
BLUE value IS 120 (47.27% from 255) = 22.64%
R=42.45%
G=34.91%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518512000.180.470.1237.1463.6467.65
HexE1B9780122FC254044
Octal341271170022571445100104
Binary11100001101110011111000010010101111110010010110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B978; }

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

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

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

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

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

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

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

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