#E6BC84

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

Shades of Maize #E6BC84

Tints of Maize #E6BC84

Color information

#E6BC84 (or 0xE6BC84) is unknown color: approx Maize. HEX triplet: E6, BC and 84. RGB value is (230,188,132). Sum of RGB (Red+Green+Blue) = 230+188+132=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 132 (51.95% from 255 or 24% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BC84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BC84 is #19437B. Grayscale: #C2C2C2. Windows color (decimal): -1655676 or 8699110. OLE color: 8699110.

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

Color convert

RGB230188132-
CMYK00.180.430.10
HSL34.29º66.22%70.98%-
HSV(B)34.29º42.61%90.2%-
XYZ54.7854.4629.45-
YUV194.1792.91153.55-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.82%
GREEN value IS 188 (73.83% from 255) = 34.18%
BLUE value IS 132 (51.95% from 255) = 24%
R=41.82%
G=34.18%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018813200.180.430.1034.2966.2270.98
HexE6BC840122BA224247
Octal346274204022531242102107
Binary111001101011110010000100010010101011101010001010000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BC84; }

 p { color: rgb(230,188,132); }

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

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

 a { background-color: rgb(230,188,132); }

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

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

 span { border-color: rgb(230,188,132); }

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