#E1BD81

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

Shades of Maize #E1BD81

Tints of Maize #E1BD81

Color information

#E1BD81 (or 0xE1BD81) is unknown color: approx Maize. HEX triplet: E1, BD and 81. RGB value is (225,189,129). Sum of RGB (Red+Green+Blue) = 225+189+129=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 129 (50.78% from 255 or 23.76% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BD81 is #1E427E. Grayscale: #C1C1C1. Windows color (decimal): -1983103 or 8502753. OLE color: 8502753.

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

Color convert

RGB225189129-
CMYK00.160.430.12
HSL37.5º61.54%69.41%-
HSV(B)37.5º42.67%88.24%-
XYZ53.2153.9928.39-
YUV192.9291.93150.88-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.44%
GREEN value IS 189 (74.22% from 255) = 34.81%
BLUE value IS 129 (50.78% from 255) = 23.76%
R=41.44%
G=34.81%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518912900.160.430.1237.561.5469.41
HexE1BD810102BC263e45
Octal34127520102053144676105
Binary11100001101111011000000101000010101111001001101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BD81; }

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

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

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

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

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

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

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

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