#E1BD82

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

Shades of Maize #E1BD82

Tints of Maize #E1BD82

Color information

#E1BD82 (or 0xE1BD82) is unknown color: approx Maize. HEX triplet: E1, BD and 82. RGB value is (225,189,130). Sum of RGB (Red+Green+Blue) = 225+189+130=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 130 (51.17% from 255 or 23.90% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BD82 is #1E427D. Grayscale: #C1C1C1. Windows color (decimal): -1983102 or 8568289. OLE color: 8568289.

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

Color convert

RGB225189130-
CMYK00.160.420.12
HSL37.26º61.29%69.61%-
HSV(B)37.26º42.22%88.24%-
XYZ53.2854.0128.74-
YUV193.0492.43150.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.36%
GREEN value IS 189 (74.22% from 255) = 34.74%
BLUE value IS 130 (51.17% from 255) = 23.90%
R=41.36%
G=34.74%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518913000.160.420.1237.2661.2969.61
HexE1BD820102AC253d46
Octal34127520202052144575106
Binary11100001101111011000001001000010101011001001011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BD82; }

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

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

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

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

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

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

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

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