#E0B47B

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

Shades of Maize #E0B47B

Tints of Maize #E0B47B

Color information

#E0B47B (or 0xE0B47B) is unknown color: approx Maize. HEX triplet: E0, B4 and 7B. RGB value is (224,180,123). Sum of RGB (Red+Green+Blue) = 224+180+123=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 180 (70.70% from 255 or 34.16% from 527); Blue value is 123 (48.44% from 255 or 23.34% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B47B is #1F4B84. Grayscale: #BABABA. Windows color (decimal): -2050949 or 8107232. OLE color: 8107232.

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

Color convert

RGB224180123-
CMYK00.200.450.12
HSL33.86º61.96%68.04%-
HSV(B)33.86º45.09%87.84%-
XYZ50.6449.9225.71-
YUV186.6692.08154.63-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.50%
GREEN value IS 180 (70.70% from 255) = 34.16%
BLUE value IS 123 (48.44% from 255) = 23.34%
R=42.50%
G=34.16%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418012300.200.450.1233.8661.9668.04
HexE0B47B0142DC223e44
Octal34026417302455144276104
Binary1110000010110100111101101010010110111001000101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B47B; }

 p { color: rgb(224,180,123); }

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

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

 a { background-color: rgb(224,180,123); }

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

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

 span { border-color: rgb(224,180,123); }

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