#E5B685

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

Shades of Maize #E5B685

Tints of Maize #E5B685

Color information

#E5B685 (or 0xE5B685) is unknown color: approx Maize. HEX triplet: E5, B6 and 85. RGB value is (229,182,133). Sum of RGB (Red+Green+Blue) = 229+182+133=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 182 (71.48% from 255 or 33.46% from 544); Blue value is 133 (52.34% from 255 or 24.45% from 544); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5B685 is #1A497A. Grayscale: #BEBEBE. Windows color (decimal): -1722747 or 8763109. OLE color: 8763109.

HSL color Cylindrical-coordinate representation of color #E5B685: hue angle of 30.63º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E5B685 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB229182133-
CMYK00.210.420.10
HSL30.63º64.86%70.98%-
HSV(B)30.63º41.92%89.8%-
XYZ53.2751.8129.38-
YUV190.4795.57155.48-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.10%
GREEN value IS 182 (71.48% from 255) = 33.46%
BLUE value IS 133 (52.34% from 255) = 24.45%
R=42.10%
G=33.46%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918213300.210.420.1030.6364.8670.98
HexE5B6850152AA1f4147
Octal345266205025521237101107
Binary11100101101101101000010101010110101010101111110000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B685; }

 p { color: rgb(229,182,133); }

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

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

 a { background-color: rgb(229,182,133); }

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

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

 span { border-color: rgb(229,182,133); }

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