#E6BD89

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

Shades of Maize #E6BD89

Tints of Maize #E6BD89

Color information

#E6BD89 (or 0xE6BD89) is unknown color: approx Maize. HEX triplet: E6, BD and 89. RGB value is (230,189,137). Sum of RGB (Red+Green+Blue) = 230+189+137=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 137 (53.91% from 255 or 24.64% from 556); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BD89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BD89 is #194276. Grayscale: #C3C3C3. Windows color (decimal): -1655415 or 9027046. OLE color: 9027046.

HSL color Cylindrical-coordinate representation of color #E6BD89: hue angle of 33.55º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E6BD89 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB230189137-
CMYK00.180.400.10
HSL33.55º65.03%71.96%-
HSV(B)33.55º40.43%90.2%-
XYZ55.3555.0231.37-
YUV195.3395.08152.73-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.37%
GREEN value IS 189 (74.22% from 255) = 33.99%
BLUE value IS 137 (53.91% from 255) = 24.64%
R=41.37%
G=33.99%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018913700.180.400.1033.5565.0371.96
HexE6BD8901228A224148
Octal346275211022501242101110
Binary111001101011110110001001010010101000101010001010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BD89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BD89; }

 p { color: rgb(230,189,137); }

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

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

 a { background-color: rgb(230,189,137); }

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

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

 span { border-color: rgb(230,189,137); }

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