#E0BA76

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

Shades of Maize #E0BA76

Tints of Maize #E0BA76

Color information

#E0BA76 (or 0xE0BA76) is unknown color: approx Maize. HEX triplet: E0, BA and 76. RGB value is (224,186,118). Sum of RGB (Red+Green+Blue) = 224+186+118=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 118 (46.48% from 255 or 22.35% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BA76 is #1F4589. Grayscale: #BDBDBD. Windows color (decimal): -2049418 or 7781088. OLE color: 7781088.

HSL color Cylindrical-coordinate representation of color #E0BA76: hue angle of 38.49º 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 #E0BA76 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB224186118-
CMYK00.170.470.12
HSL38.49º63.1%67.06%-
HSV(B)38.49º47.32%87.84%-
XYZ51.5752.2724.51-
YUV189.6187.59152.53-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.42%
GREEN value IS 186 (73.05% from 255) = 35.23%
BLUE value IS 118 (46.48% from 255) = 22.35%
R=42.42%
G=35.23%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418611800.170.470.1238.4963.167.06
HexE0BA760112FC263f43
Octal34027216602157144677103
Binary1110000010111010111011001000110111111001001101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BA76; }

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

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

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

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

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

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

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

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