#E3BC7D

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

Shades of Maize #E3BC7D

Tints of Maize #E3BC7D

Color information

#E3BC7D (or 0xE3BC7D) is unknown color: approx Maize. HEX triplet: E3, BC and 7D. RGB value is (227,188,125). Sum of RGB (Red+Green+Blue) = 227+188+125=540 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.04% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 125 (49.22% from 255 or 23.15% from 540); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3BC7D is #1C4382. Grayscale: #C0C0C0. Windows color (decimal): -1852291 or 8240355. OLE color: 8240355.

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

Color convert

RGB227188125-
CMYK00.170.450.11
HSL37.06º64.56%69.02%-
HSV(B)37.06º44.93%89.02%-
XYZ53.3653.7826.97-
YUV192.4889.92152.62-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.04%
GREEN value IS 188 (73.83% from 255) = 34.81%
BLUE value IS 125 (49.22% from 255) = 23.15%
R=42.04%
G=34.81%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22718812500.170.450.1137.0664.5669.02
HexE3BC7D0112DB254145
Octal343274175021551345101105
Binary11100011101111001111101010001101101101110010110000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BC7D; }

 p { color: rgb(227,188,125); }

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

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

 a { background-color: rgb(227,188,125); }

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

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

 span { border-color: rgb(227,188,125); }

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