#E4B778

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

Shades of Maize #E4B778

Tints of Maize #E4B778

Color information

#E4B778 (or 0xE4B778) is unknown color: approx Maize. HEX triplet: E4, B7 and 78. RGB value is (228,183,120). Sum of RGB (Red+Green+Blue) = 228+183+120=531 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.94% from 531); Green value is 183 (71.88% from 255 or 34.46% from 531); Blue value is 120 (47.27% from 255 or 22.60% from 531); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4B778 is #1B4887. Grayscale: #BDBDBD. Windows color (decimal): -1788040 or 7911396. OLE color: 7911396.

HSL color Cylindrical-coordinate representation of color #E4B778: hue angle of 35º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E4B778 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB228183120-
CMYK00.200.470.11
HSL35º66.67%68.24%-
HSV(B)35º47.37%89.41%-
XYZ52.3251.7224.99-
YUV189.2788.91155.62-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.94%
GREEN value IS 183 (71.88% from 255) = 34.46%
BLUE value IS 120 (47.27% from 255) = 22.60%
R=42.94%
G=34.46%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22818312000.200.470.113566.6768.24
HexE4B7780142FB234344
Octal344267170024571343103104
Binary11100100101101111111000010100101111101110001110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4B778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4B778; }

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

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

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

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

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

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

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

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