#E0B882

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

Shades of Maize #E0B882

Tints of Maize #E0B882

Color information

#E0B882 (or 0xE0B882) is unknown color: approx Maize. HEX triplet: E0, B8 and 82. RGB value is (224,184,130). Sum of RGB (Red+Green+Blue) = 224+184+130=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 184 (72.27% from 255 or 34.20% from 538); Blue value is 130 (51.17% from 255 or 24.16% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B882 is #1F477D. Grayscale: #BEBEBE. Windows color (decimal): -2049918 or 8567008. OLE color: 8567008.

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

Color convert

RGB224184130-
CMYK00.180.420.12
HSL34.47º60.26%69.41%-
HSV(B)34.47º41.96%87.84%-
XYZ51.9151.7428.37-
YUV189.894.25152.39-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.64%
GREEN value IS 184 (72.27% from 255) = 34.20%
BLUE value IS 130 (51.17% from 255) = 24.16%
R=41.64%
G=34.20%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418413000.180.420.1234.4760.2669.41
HexE0B8820122AC223c45
Octal34027020202252144274105
Binary11100000101110001000001001001010101011001000101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B882; }

 p { color: rgb(224,184,130); }

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

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

 a { background-color: rgb(224,184,130); }

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

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

 span { border-color: rgb(224,184,130); }

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