#E0B979

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

Shades of Maize #E0B979

Tints of Maize #E0B979

Color information

#E0B979 (or 0xE0B979) is unknown color: approx Maize. HEX triplet: E0, B9 and 79. RGB value is (224,185,121). Sum of RGB (Red+Green+Blue) = 224+185+121=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 121 (47.66% from 255 or 22.83% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B979 is #1F4686. Grayscale: #BDBDBD. Windows color (decimal): -2049671 or 7977440. OLE color: 7977440.

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

Color convert

RGB224185121-
CMYK00.170.460.12
HSL37.28º62.42%67.65%-
HSV(B)37.28º45.98%87.84%-
XYZ51.5451.9325.4-
YUV189.3689.42152.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.26%
GREEN value IS 185 (72.66% from 255) = 34.91%
BLUE value IS 121 (47.66% from 255) = 22.83%
R=42.26%
G=34.91%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418512100.170.460.1237.2862.4267.65
HexE0B9790112EC253e44
Octal34027117102156144576104
Binary1110000010111001111100101000110111011001001011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B979; }

 p { color: rgb(224,185,121); }

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

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

 a { background-color: rgb(224,185,121); }

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

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

 span { border-color: rgb(224,185,121); }

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