#E0B576

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

Shades of Maize #E0B576

Tints of Maize #E0B576

Color information

#E0B576 (or 0xE0B576) is unknown color: approx Maize. HEX triplet: E0, B5 and 76. RGB value is (224,181,118). Sum of RGB (Red+Green+Blue) = 224+181+118=523 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.83% from 523); Green value is 181 (71.09% from 255 or 34.61% from 523); Blue value is 118 (46.48% from 255 or 22.56% from 523); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B576 is #1F4A89. Grayscale: #BABABA. Windows color (decimal): -2050698 or 7779808. OLE color: 7779808.

HSL color Cylindrical-coordinate representation of color #E0B576: hue angle of 35.66º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E0B576 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB224181118-
CMYK00.190.470.12
HSL35.66º63.1%67.06%-
HSV(B)35.66º47.32%87.84%-
XYZ50.5350.224.17-
YUV186.6889.25154.62-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.83%
GREEN value IS 181 (71.09% from 255) = 34.61%
BLUE value IS 118 (46.48% from 255) = 22.56%
R=42.83%
G=34.61%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418111800.190.470.1235.6663.167.06
HexE0B5760132FC243f43
Octal34026516602357144477103
Binary1110000010110101111011001001110111111001001001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B576; }

 p { color: rgb(224,181,118); }

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

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

 a { background-color: rgb(224,181,118); }

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

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

 span { border-color: rgb(224,181,118); }

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