#E1B778

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

Shades of Maize #E1B778

Tints of Maize #E1B778

Color information

#E1B778 (or 0xE1B778) is unknown color: approx Maize. HEX triplet: E1, B7 and 78. RGB value is (225,183,120). Sum of RGB (Red+Green+Blue) = 225+183+120=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 120 (47.27% from 255 or 22.73% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B778 is #1E4887. Grayscale: #BCBCBC. Windows color (decimal): -1984648 or 7911393. OLE color: 7911393.

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

Color convert

RGB225183120-
CMYK00.190.470.12
HSL36º63.64%67.65%-
HSV(B)36º46.67%88.24%-
XYZ51.3751.2324.95-
YUV188.3889.41154.12-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.61%
GREEN value IS 183 (71.88% from 255) = 34.66%
BLUE value IS 120 (47.27% from 255) = 22.73%
R=42.61%
G=34.66%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518312000.190.470.123663.6467.65
HexE1B7780132FC244044
Octal341267170023571444100104
Binary11100001101101111111000010011101111110010010010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B778; }

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

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

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

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

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

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

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

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