#E4B980

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

Shades of Maize #E4B980

Tints of Maize #E4B980

Color information

#E4B980 (or 0xE4B980) is unknown color: approx Maize. HEX triplet: E4, B9 and 80. RGB value is (228,185,128). Sum of RGB (Red+Green+Blue) = 228+185+128=541 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.14% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 128 (50.39% from 255 or 23.66% from 541); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4B980 is #1B467F. Grayscale: #BFBFBF. Windows color (decimal): -1787520 or 8436196. OLE color: 8436196.

HSL color Cylindrical-coordinate representation of color #E4B980: hue angle of 34.2º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E4B980 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB228185128-
CMYK00.190.440.11
HSL34.2º64.94%69.8%-
HSV(B)34.2º43.86%89.41%-
XYZ53.2452.7527.8-
YUV191.3692.25154.13-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.14%
GREEN value IS 185 (72.66% from 255) = 34.20%
BLUE value IS 128 (50.39% from 255) = 23.66%
R=42.14%
G=34.20%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22818512800.190.440.1134.264.9469.8
HexE4B9800132CB224146
Octal344271200023541342101106
Binary111001001011100110000000010011101100101110001010000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4B980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4B980; }

 p { color: rgb(228,185,128); }

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

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

 a { background-color: rgb(228,185,128); }

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

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

 span { border-color: rgb(228,185,128); }

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