#e1bb85

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

Shades of Maize #E1BB85

Tints of Maize #E1BB85

Color information

#E1BB85 (or 0xE1BB85) is unknown color: approx Maize. HEX triplet: E1, BB and 85. RGB value is (225,187,133). Sum of RGB (Red+Green+Blue) = 225+187+133=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 133 (52.34% from 255 or 24.40% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BB85 is #1E447A. Grayscale: #C0C0C0. Windows color (decimal): -1983611 or 8764385. OLE color: 8764385.

HSL color Cylindrical-coordinate representation of color #E1BB85: hue angle of 35.22º 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 #E1BB85 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB225187133-
CMYK00.170.410.12
HSL35.22º60.53%70.2%-
HSV(B)35.22º40.89%88.24%-
XYZ53.0653.2429.67-
YUV192.2194.59151.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.28%
GREEN value IS 187 (73.44% from 255) = 34.31%
BLUE value IS 133 (52.34% from 255) = 24.40%
R=41.28%
G=34.31%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518713300.170.410.1235.2260.5370.2
HexE1BB8501129C233d46
Octal34127320502151144375106
Binary11100001101110111000010101000110100111001000111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1bb85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1bb85; }

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

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

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

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

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

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

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

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