#E4BA79

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

Shades of Maize #E4BA79

Tints of Maize #E4BA79

Color information

#E4BA79 (or 0xE4BA79) is unknown color: approx Maize. HEX triplet: E4, BA and 79. RGB value is (228,186,121). Sum of RGB (Red+Green+Blue) = 228+186+121=535 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.62% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 121 (47.66% from 255 or 22.62% from 535); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BA79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4BA79 is #1B4586. Grayscale: #BFBFBF. Windows color (decimal): -1787271 or 7977700. OLE color: 7977700.

HSL color Cylindrical-coordinate representation of color #E4BA79: hue angle of 36.45º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E4BA79 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB228186121-
CMYK00.180.470.11
HSL36.45º66.46%68.43%-
HSV(B)36.45º46.93%89.41%-
XYZ53.0152.9925.52-
YUV191.1588.41154.29-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.62%
GREEN value IS 186 (73.05% from 255) = 34.77%
BLUE value IS 121 (47.66% from 255) = 22.62%
R=42.62%
G=34.77%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22818612100.180.470.1136.4566.4668.43
HexE4BA790122FB244244
Octal344272171022571344102104
Binary11100100101110101111001010010101111101110010010000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BA79; }

 p { color: rgb(228,186,121); }

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

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

 a { background-color: rgb(228,186,121); }

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

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

 span { border-color: rgb(228,186,121); }

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