#E6B787

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

Shades of Maize #E6B787

Tints of Maize #E6B787

Color information

#E6B787 (or 0xE6B787) is unknown color: approx Maize. HEX triplet: E6, B7 and 87. RGB value is (230,183,135). Sum of RGB (Red+Green+Blue) = 230+183+135=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 183 (71.88% from 255 or 33.39% from 548); Blue value is 135 (53.12% from 255 or 24.64% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B787 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B787 is #194878. Grayscale: #BFBFBF. Windows color (decimal): -1656953 or 8894438. OLE color: 8894438.

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

Color convert

RGB230183135-
CMYK00.200.410.10
HSL30.32º65.52%71.57%-
HSV(B)30.32º41.3%90.2%-
XYZ53.9452.4430.2-
YUV191.5896.07155.4-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.97%
GREEN value IS 183 (71.88% from 255) = 33.39%
BLUE value IS 135 (53.12% from 255) = 24.64%
R=41.97%
G=33.39%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018313500.200.410.1030.3265.5271.57
HexE6B78701429A1e4248
Octal346267207024511236102110
Binary11100110101101111000011101010010100110101111010000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B787; }

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

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

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

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

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

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

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

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