#E4BE80

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

Shades of Maize #E4BE80

Tints of Maize #E4BE80

Color information

#E4BE80 (or 0xE4BE80) is unknown color: approx Maize. HEX triplet: E4, BE and 80. RGB value is (228,190,128). Sum of RGB (Red+Green+Blue) = 228+190+128=546 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.76% from 546); Green value is 190 (74.61% from 255 or 34.80% from 546); Blue value is 128 (50.39% from 255 or 23.44% from 546); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4BE80 is #1B417F. Grayscale: #C2C2C2. Windows color (decimal): -1786240 or 8437476. OLE color: 8437476.

HSL color Cylindrical-coordinate representation of color #E4BE80: hue angle of 37.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 #E4BE80 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB228190128-
CMYK00.170.440.11
HSL37.2º64.94%69.8%-
HSV(B)37.2º43.86%89.41%-
XYZ54.354.8828.15-
YUV194.2990.59152.04-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.76%
GREEN value IS 190 (74.61% from 255) = 34.80%
BLUE value IS 128 (50.39% from 255) = 23.44%
R=41.76%
G=34.80%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22819012800.170.440.1137.264.9469.8
HexE4BE800112CB254146
Octal344276200021541345101106
Binary111001001011111010000000010001101100101110010110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BE80; }

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

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

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

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

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

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

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

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