#E0B775

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

Shades of Maize #E0B775

Tints of Maize #E0B775

Color information

#E0B775 (or 0xE0B775) is unknown color: approx Maize. HEX triplet: E0, B7 and 75. RGB value is (224,183,117). Sum of RGB (Red+Green+Blue) = 224+183+117=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 183 (71.88% from 255 or 34.92% from 524); Blue value is 117 (46.09% from 255 or 22.33% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B775 is #1F488A. Grayscale: #BCBCBC. Windows color (decimal): -2050187 or 7714784. OLE color: 7714784.

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

Color convert

RGB224183117-
CMYK00.180.480.12
HSL37.01º63.31%66.86%-
HSV(B)37.01º47.77%87.84%-
XYZ50.885123.99-
YUV187.7488.08153.87-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.75%
GREEN value IS 183 (71.88% from 255) = 34.92%
BLUE value IS 117 (46.09% from 255) = 22.33%
R=42.75%
G=34.92%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418311700.180.480.1237.0163.3166.86
HexE0B77501230C253f43
Octal34026716502260144577103
Binary1110000010110111111010101001011000011001001011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B775; }

 p { color: rgb(224,183,117); }

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

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

 a { background-color: rgb(224,183,117); }

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

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

 span { border-color: rgb(224,183,117); }

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