#E3BE80

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

Shades of Maize #E3BE80

Tints of Maize #E3BE80

Color information

#E3BE80 (or 0xE3BE80) is unknown color: approx Maize. HEX triplet: E3, BE and 80. RGB value is (227,190,128). Sum of RGB (Red+Green+Blue) = 227+190+128=545 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.65% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BE80 is #1C417F. Grayscale: #C2C2C2. Windows color (decimal): -1851776 or 8437475. OLE color: 8437475.

HSL color Cylindrical-coordinate representation of color #E3BE80: hue angle of 37.58º degrees, saturation: 0.64, 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 #E3BE80 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB227190128-
CMYK00.160.440.11
HSL37.58º63.87%69.61%-
HSV(B)37.58º43.61%89.02%-
XYZ53.9954.7228.14-
YUV193.9990.76151.54-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.65%
GREEN value IS 190 (74.61% from 255) = 34.86%
BLUE value IS 128 (50.39% from 255) = 23.49%
R=41.65%
G=34.86%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22719012800.160.440.1137.5863.8769.61
HexE3BE800102CB264046
Octal343276200020541346100106
Binary111000111011111010000000010000101100101110011010000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BE80; }

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

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

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

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

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

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

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

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