#E0BA7F

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

Shades of Maize #E0BA7F

Tints of Maize #E0BA7F

Color information

#E0BA7F (or 0xE0BA7F) is unknown color: approx Maize. HEX triplet: E0, BA and 7F. RGB value is (224,186,127). Sum of RGB (Red+Green+Blue) = 224+186+127=537 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.71% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 127 (50% from 255 or 23.65% from 537); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BA7F is #1F4580. Grayscale: #BEBEBE. Windows color (decimal): -2049409 or 8370912. OLE color: 8370912.

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

Color convert

RGB224186127-
CMYK00.170.430.12
HSL36.49º61.01%68.82%-
HSV(B)36.49º43.3%87.84%-
XYZ52.1352.527.46-
YUV190.6492.09151.8-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.71%
GREEN value IS 186 (73.05% from 255) = 34.64%
BLUE value IS 127 (50% from 255) = 23.65%
R=41.71%
G=34.64%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418612700.170.430.1236.4961.0168.82
HexE0BA7F0112BC243d45
Octal34027217702153144475105
Binary1110000010111010111111101000110101111001001001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BA7F; }

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

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

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

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

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

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

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

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