#E4BC81

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

Shades of Maize #E4BC81

Tints of Maize #E4BC81

Color information

#E4BC81 (or 0xE4BC81) is unknown color: approx Maize. HEX triplet: E4, BC and 81. RGB value is (228,188,129). Sum of RGB (Red+Green+Blue) = 228+188+129=545 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.83% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 129 (50.78% from 255 or 23.67% from 545); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BC81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4BC81 is #1B437E. Grayscale: #C1C1C1. Windows color (decimal): -1786751 or 8502500. OLE color: 8502500.

HSL color Cylindrical-coordinate representation of color #E4BC81: hue angle of 35.76º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E4BC81 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB228188129-
CMYK00.180.430.11
HSL35.76º64.71%70%-
HSV(B)35.76º43.42%89.41%-
XYZ53.9454.0528.36-
YUV193.2391.75152.8-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.83%
GREEN value IS 188 (73.83% from 255) = 34.50%
BLUE value IS 129 (50.78% from 255) = 23.67%
R=41.83%
G=34.50%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22818812900.180.430.1135.7664.7170
HexE4BC810122BB244146
Octal344274201022531344101106
Binary111001001011110010000001010010101011101110010010000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BC81; }

 p { color: rgb(228,188,129); }

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

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

 a { background-color: rgb(228,188,129); }

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

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

 span { border-color: rgb(228,188,129); }

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