#E1BD85

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

Shades of Maize #E1BD85

Tints of Maize #E1BD85

Color information

#E1BD85 (or 0xE1BD85) is unknown color: approx Maize. HEX triplet: E1, BD and 85. RGB value is (225,189,133). Sum of RGB (Red+Green+Blue) = 225+189+133=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 189 (74.22% from 255 or 34.55% from 547); Blue value is 133 (52.34% from 255 or 24.31% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BD85 is #1E427A. Grayscale: #C1C1C1. Windows color (decimal): -1983099 or 8764897. OLE color: 8764897.

HSL color Cylindrical-coordinate representation of color #E1BD85: hue angle of 36.52º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E1BD85 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB225189133-
CMYK00.160.410.12
HSL36.52º60.53%70.2%-
HSV(B)36.52º40.89%88.24%-
XYZ53.4854.129.81-
YUV193.3893.93150.55-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.13%
GREEN value IS 189 (74.22% from 255) = 34.55%
BLUE value IS 133 (52.34% from 255) = 24.31%
R=41.13%
G=34.55%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518913300.160.410.1236.5260.5370.2
HexE1BD8501029C253d46
Octal34127520502051144575106
Binary11100001101111011000010101000010100111001001011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BD85; }

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

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

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

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

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

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

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

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