#E4B585

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

Shades of Maize #E4B585

Tints of Maize #E4B585

Color information

#E4B585 (or 0xE4B585) is unknown color: approx Maize. HEX triplet: E4, B5 and 85. RGB value is (228,181,133). Sum of RGB (Red+Green+Blue) = 228+181+133=542 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.07% from 542); Green value is 181 (71.09% from 255 or 33.39% from 542); Blue value is 133 (52.34% from 255 or 24.54% from 542); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4B585 is #1B4A7A. Grayscale: #BDBDBD. Windows color (decimal): -1788539 or 8762852. OLE color: 8762852.

HSL color Cylindrical-coordinate representation of color #E4B585: hue angle of 30.32º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E4B585 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB228181133-
CMYK00.210.420.11
HSL30.32º63.76%70.78%-
HSV(B)30.32º41.67%89.41%-
XYZ52.7551.2429.3-
YUV189.5896.07155.4-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.07%
GREEN value IS 181 (71.09% from 255) = 33.39%
BLUE value IS 133 (52.34% from 255) = 24.54%
R=42.07%
G=33.39%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22818113300.210.420.1130.3263.7670.78
HexE4B5850152AB1e4047
Octal344265205025521336100107
Binary11100100101101011000010101010110101010111111010000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4B585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4B585; }

 p { color: rgb(228,181,133); }

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

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

 a { background-color: rgb(228,181,133); }

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

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

 span { border-color: rgb(228,181,133); }

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