#E3BD85

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

Shades of Maize #E3BD85

Tints of Maize #E3BD85

Color information

#E3BD85 (or 0xE3BD85) is unknown color: approx Maize. HEX triplet: E3, BD and 85. RGB value is (227,189,133). Sum of RGB (Red+Green+Blue) = 227+189+133=549 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.35% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 133 (52.34% from 255 or 24.23% from 549); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BD85 is #1C427A. Grayscale: #C2C2C2. Windows color (decimal): -1852027 or 8764899. OLE color: 8764899.

HSL color Cylindrical-coordinate representation of color #E3BD85: hue angle of 35.74º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E3BD85 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB227189133-
CMYK00.170.410.11
HSL35.74º62.67%70.59%-
HSV(B)35.74º41.41%89.02%-
XYZ54.1154.4229.84-
YUV193.9893.59151.55-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.35%
GREEN value IS 189 (74.22% from 255) = 34.43%
BLUE value IS 133 (52.34% from 255) = 24.23%
R=41.35%
G=34.43%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22718913300.170.410.1135.7462.6770.59
HexE3BD8501129B243f47
Octal34327520502151134477107
Binary11100011101111011000010101000110100110111001001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BD85; }

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

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

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

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

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

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

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

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