#e5b67f

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

Shades of Maize #E5B67F

Tints of Maize #E5B67F

Color information

#E5B67F (or 0xE5B67F) is unknown color: approx Maize. HEX triplet: E5, B6 and 7F. RGB value is (229,182,127). Sum of RGB (Red+Green+Blue) = 229+182+127=538 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.57% from 538); Green value is 182 (71.48% from 255 or 33.83% from 538); Blue value is 127 (50% from 255 or 23.61% from 538); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B67F is #1A4980. Grayscale: #BEBEBE. Windows color (decimal): -1722753 or 8369893. OLE color: 8369893.

HSL color Cylindrical-coordinate representation of color #E5B67F: hue angle of 32.35º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E5B67F is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB229182127-
CMYK00.210.450.10
HSL32.35º66.23%69.8%-
HSV(B)32.35º44.54%89.8%-
XYZ52.8751.6527.26-
YUV189.7892.57155.97-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.57%
GREEN value IS 182 (71.48% from 255) = 33.83%
BLUE value IS 127 (50% from 255) = 23.61%
R=42.57%
G=33.83%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918212700.210.450.1032.3566.2369.8
HexE5B67F0152DA204246
Octal345266177025551240102106
Binary11100101101101101111111010101101101101010000010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5b67f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5b67f; }

 p { color: rgb(229,182,127); }

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

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

 a { background-color: rgb(229,182,127); }

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

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

 span { border-color: rgb(229,182,127); }

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