#E1B878

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

Shades of Maize #E1B878

Tints of Maize #E1B878

Color information

#E1B878 (or 0xE1B878) is unknown color: approx Maize. HEX triplet: E1, B8 and 78. RGB value is (225,184,120). Sum of RGB (Red+Green+Blue) = 225+184+120=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 184 (72.27% from 255 or 34.78% from 529); Blue value is 120 (47.27% from 255 or 22.68% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B878 is #1E4787. Grayscale: #BDBDBD. Windows color (decimal): -1984392 or 7911649. OLE color: 7911649.

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

Color convert

RGB225184120-
CMYK00.180.470.12
HSL36.57º63.64%67.65%-
HSV(B)36.57º46.67%88.24%-
XYZ51.5851.6425.02-
YUV188.9689.08153.7-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.53%
GREEN value IS 184 (72.27% from 255) = 34.78%
BLUE value IS 120 (47.27% from 255) = 22.68%
R=42.53%
G=34.78%
B=22.68%

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
Decimal22518412000.180.470.1236.5763.6467.65
HexE1B8780122FC254044
Octal341270170022571445100104
Binary11100001101110001111000010010101111110010010110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B878; }

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

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

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

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

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

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

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

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