#E3BD80

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

Shades of Maize #E3BD80

Tints of Maize #E3BD80

Color information

#E3BD80 (or 0xE3BD80) is unknown color: approx Maize. HEX triplet: E3, BD and 80. RGB value is (227,189,128). Sum of RGB (Red+Green+Blue) = 227+189+128=544 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.73% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 128 (50.39% from 255 or 23.53% from 544); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BD80 is #1C427F. Grayscale: #C1C1C1. Windows color (decimal): -1852032 or 8437219. OLE color: 8437219.

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

Color convert

RGB227189128-
CMYK00.170.440.11
HSL36.97º63.87%69.61%-
HSV(B)36.97º43.61%89.02%-
XYZ53.7754.2828.07-
YUV193.4191.09151.96-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.73%
GREEN value IS 189 (74.22% from 255) = 34.74%
BLUE value IS 128 (50.39% from 255) = 23.53%
R=41.73%
G=34.74%
B=23.53%

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
Decimal22718912800.170.440.1136.9763.8769.61
HexE3BD800112CB254046
Octal343275200021541345100106
Binary111000111011110110000000010001101100101110010110000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BD80; }

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

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

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

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

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

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

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

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