#e0b777

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

Shades of Maize #E0B777

Tints of Maize #E0B777

Color information

#E0B777 (or 0xE0B777) is unknown color: approx Maize. HEX triplet: E0, B7 and 77. RGB value is (224,183,119). Sum of RGB (Red+Green+Blue) = 224+183+119=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 183 (71.88% from 255 or 34.79% from 526); Blue value is 119 (46.88% from 255 or 22.62% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B777 is #1F4888. Grayscale: #BCBCBC. Windows color (decimal): -2050185 or 7845856. OLE color: 7845856.

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

Color convert

RGB224183119-
CMYK00.180.470.12
HSL36.57º62.87%67.25%-
HSV(B)36.57º46.88%87.84%-
XYZ5151.0524.62-
YUV187.9689.08153.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.59%
GREEN value IS 183 (71.88% from 255) = 34.79%
BLUE value IS 119 (46.88% from 255) = 22.62%
R=42.59%
G=34.79%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418311900.180.470.1236.5762.8767.25
HexE0B7770122FC253f43
Octal34026716702257144577103
Binary1110000010110111111011101001010111111001001011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0b777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0b777; }

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

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

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

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

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

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

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

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