#E5BE7D

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

Shades of Maize #E5BE7D

Tints of Maize #E5BE7D

Color information

#E5BE7D (or 0xE5BE7D) is unknown color: approx Maize. HEX triplet: E5, BE and 7D. RGB value is (229,190,125). Sum of RGB (Red+Green+Blue) = 229+190+125=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BE7D is #1A4182. Grayscale: #C2C2C2. Windows color (decimal): -1720707 or 8240869. OLE color: 8240869.

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

Color convert

RGB229190125-
CMYK00.170.450.10
HSL37.5º66.67%69.41%-
HSV(B)37.5º45.41%89.8%-
XYZ54.4354.9727.14-
YUV194.2588.92152.79-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.10%
GREEN value IS 190 (74.61% from 255) = 34.93%
BLUE value IS 125 (49.22% from 255) = 22.98%
R=42.10%
G=34.93%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919012500.170.450.1037.566.6769.41
HexE5BE7D0112DA264345
Octal345276175021551246103105
Binary11100101101111101111101010001101101101010011010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BE7D; }

 p { color: rgb(229,190,125); }

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

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

 a { background-color: rgb(229,190,125); }

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

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

 span { border-color: rgb(229,190,125); }

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