#E4BD7B

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

Shades of Maize #E4BD7B

Tints of Maize #E4BD7B

Color information

#E4BD7B (or 0xE4BD7B) is unknown color: approx Maize. HEX triplet: E4, BD and 7B. RGB value is (228,189,123). Sum of RGB (Red+Green+Blue) = 228+189+123=540 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.22% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 123 (48.44% from 255 or 22.78% from 540); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4BD7B is #1B4284. Grayscale: #C1C1C1. Windows color (decimal): -1786501 or 8109540. OLE color: 8109540.

HSL color Cylindrical-coordinate representation of color #E4BD7B: hue angle of 37.71º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E4BD7B is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB228189123-
CMYK00.170.460.11
HSL37.71º66.04%68.82%-
HSV(B)37.71º46.05%89.41%-
XYZ53.7754.3226.39-
YUV193.1488.42152.87-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.22%
GREEN value IS 189 (74.22% from 255) = 35%
BLUE value IS 123 (48.44% from 255) = 22.78%
R=42.22%
G=35%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22818912300.170.460.1137.7166.0468.82
HexE4BD7B0112EB264245
Octal344275173021561346102105
Binary11100100101111011111011010001101110101110011010000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BD7B; }

 p { color: rgb(228,189,123); }

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

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

 a { background-color: rgb(228,189,123); }

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

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

 span { border-color: rgb(228,189,123); }

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