#E5B479

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

Shades of Maize #E5B479

Tints of Maize #E5B479

Color information

#E5B479 (or 0xE5B479) is unknown color: approx Maize. HEX triplet: E5, B4 and 79. RGB value is (229,180,121). Sum of RGB (Red+Green+Blue) = 229+180+121=530 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.21% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 121 (47.66% from 255 or 22.83% from 530); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B479 is #1A4B86. Grayscale: #BCBCBC. Windows color (decimal): -1723271 or 7976165. OLE color: 7976165.

HSL color Cylindrical-coordinate representation of color #E5B479: hue angle of 32.78º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E5B479 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB229180121-
CMYK00.210.470.10
HSL32.78º67.5%68.63%-
HSV(B)32.78º47.16%89.8%-
XYZ52.0950.6825.13-
YUV187.9290.23157.3-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.21%
GREEN value IS 180 (70.70% from 255) = 33.96%
BLUE value IS 121 (47.66% from 255) = 22.83%
R=43.21%
G=33.96%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918012100.210.470.1032.7867.568.63
HexE5B4790152FA214445
Octal345264171025571241104105
Binary11100101101101001111001010101101111101010000110001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B479; }

 p { color: rgb(229,180,121); }

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

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

 a { background-color: rgb(229,180,121); }

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

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

 span { border-color: rgb(229,180,121); }

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