#E0B97D

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

Shades of Maize #E0B97D

Tints of Maize #E0B97D

Color information

#E0B97D (or 0xE0B97D) is unknown color: approx Maize. HEX triplet: E0, B9 and 7D. RGB value is (224,185,125). Sum of RGB (Red+Green+Blue) = 224+185+125=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 185 (72.66% from 255 or 34.64% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B97D is #1F4682. Grayscale: #BEBEBE. Windows color (decimal): -2049667 or 8239584. OLE color: 8239584.

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

Color convert

RGB224185125-
CMYK00.170.440.12
HSL36.36º61.49%68.43%-
HSV(B)36.36º44.2%87.84%-
XYZ51.7952.0326.71-
YUV189.8291.42152.38-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.95%
GREEN value IS 185 (72.66% from 255) = 34.64%
BLUE value IS 125 (49.22% from 255) = 23.41%
R=41.95%
G=34.64%
B=23.41%

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
Decimal22418512500.170.440.1236.3661.4968.43
HexE0B97D0112CC243d44
Octal34027117502154144475104
Binary1110000010111001111110101000110110011001001001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B97D; }

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

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

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

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

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

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

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

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