#E5BD78

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

Shades of Maize #E5BD78

Tints of Maize #E5BD78

Color information

#E5BD78 (or 0xE5BD78) is unknown color: approx Maize. HEX triplet: E5, BD and 78. RGB value is (229,189,120). Sum of RGB (Red+Green+Blue) = 229+189+120=538 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.57% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 120 (47.27% from 255 or 22.30% from 538); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BD78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BD78 is #1A4287. Grayscale: #C1C1C1. Windows color (decimal): -1720968 or 7912933. OLE color: 7912933.

HSL color Cylindrical-coordinate representation of color #E5BD78: hue angle of 37.98º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E5BD78 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB229189120-
CMYK00.170.480.10
HSL37.98º67.7%68.43%-
HSV(B)37.98º47.6%89.8%-
XYZ53.954.4125.43-
YUV193.0986.75153.61-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.57%
GREEN value IS 189 (74.22% from 255) = 35.13%
BLUE value IS 120 (47.27% from 255) = 22.30%
R=42.57%
G=35.13%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918912000.170.480.1037.9867.768.43
HexE5BD7801130A264444
Octal345275170021601246104104
Binary11100101101111011111000010001110000101010011010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BD78; }

 p { color: rgb(229,189,120); }

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

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

 a { background-color: rgb(229,189,120); }

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

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

 span { border-color: rgb(229,189,120); }

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