#E0BA7D

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

Shades of Maize #E0BA7D

Tints of Maize #E0BA7D

Color information

#E0BA7D (or 0xE0BA7D) is unknown color: approx Maize. HEX triplet: E0, BA and 7D. RGB value is (224,186,125). Sum of RGB (Red+Green+Blue) = 224+186+125=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 125 (49.22% from 255 or 23.36% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BA7D is #1F4582. Grayscale: #BEBEBE. Windows color (decimal): -2049411 or 8239840. OLE color: 8239840.

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

Color convert

RGB224186125-
CMYK00.170.440.12
HSL36.97º61.49%68.43%-
HSV(B)36.97º44.2%87.84%-
XYZ5252.4526.78-
YUV190.4191.09151.96-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.87%
GREEN value IS 186 (73.05% from 255) = 34.77%
BLUE value IS 125 (49.22% from 255) = 23.36%
R=41.87%
G=34.77%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418612500.170.440.1236.9761.4968.43
HexE0BA7D0112CC253d44
Octal34027217502154144575104
Binary1110000010111010111110101000110110011001001011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BA7D; }

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

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

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

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

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

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

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

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