#E6B888

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

Shades of Maize #E6B888

Tints of Maize #E6B888

Color information

#E6B888 (or 0xE6B888) is unknown color: approx Maize. HEX triplet: E6, B8 and 88. RGB value is (230,184,136). Sum of RGB (Red+Green+Blue) = 230+184+136=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 184 (72.27% from 255 or 33.45% from 550); Blue value is 136 (53.52% from 255 or 24.73% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B888 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B888 is #194777. Grayscale: #C0C0C0. Windows color (decimal): -1656696 or 8960230. OLE color: 8960230.

HSL color Cylindrical-coordinate representation of color #E6B888: hue angle of 30.64º degrees, saturation: 0.65, 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 #E6B888 is Cyan = 0, Magento = 0.2, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB230184136-
CMYK00.20.410.10
HSL30.64º65.28%71.76%-
HSV(B)30.64º40.87%90.2%-
XYZ54.2252.8830.64-
YUV192.2896.24154.9-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.82%
GREEN value IS 184 (72.27% from 255) = 33.45%
BLUE value IS 136 (53.52% from 255) = 24.73%
R=41.82%
G=33.45%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.41
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018413600.20.410.1030.6465.2871.76
HexE6B88801429A1f4148
Octal346270210024511237101110
Binary11100110101110001000100001010010100110101111110000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B888; }

 p { color: rgb(230,184,136); }

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

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

 a { background-color: rgb(230,184,136); }

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

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

 span { border-color: rgb(230,184,136); }

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