#E6B786

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

Shades of Maize #E6B786

Tints of Maize #E6B786

Color information

#E6B786 (or 0xE6B786) is unknown color: approx Maize. HEX triplet: E6, B7 and 86. RGB value is (230,183,134). Sum of RGB (Red+Green+Blue) = 230+183+134=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 183 (71.88% from 255 or 33.46% from 547); Blue value is 134 (52.73% from 255 or 24.50% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B786 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B786 is #194879. Grayscale: #BFBFBF. Windows color (decimal): -1656954 or 8828902. OLE color: 8828902.

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

Color convert

RGB230183134-
CMYK00.200.420.10
HSL30.63º65.75%71.37%-
HSV(B)30.63º41.74%90.2%-
XYZ53.8752.4129.83-
YUV191.4795.57155.48-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.05%
GREEN value IS 183 (71.88% from 255) = 33.46%
BLUE value IS 134 (52.73% from 255) = 24.50%
R=42.05%
G=33.46%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018313400.200.420.1030.6365.7571.37
HexE6B7860142AA1f4247
Octal346267206024521237102107
Binary11100110101101111000011001010010101010101111110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B786; }

 p { color: rgb(230,183,134); }

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

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

 a { background-color: rgb(230,183,134); }

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

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

 span { border-color: rgb(230,183,134); }

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