#E6BD80

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

Shades of Maize #E6BD80

Tints of Maize #E6BD80

Color information

#E6BD80 (or 0xE6BD80) is unknown color: approx Maize. HEX triplet: E6, BD and 80. RGB value is (230,189,128). Sum of RGB (Red+Green+Blue) = 230+189+128=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 189 (74.22% from 255 or 34.55% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BD80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BD80 is #19427F. Grayscale: #C2C2C2. Windows color (decimal): -1655424 or 8437222. OLE color: 8437222.

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

Color convert

RGB230189128-
CMYK00.180.440.10
HSL35.88º67.11%70.2%-
HSV(B)35.88º44.35%90.2%-
XYZ54.7354.7828.11-
YUV194.390.58153.46-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.05%
GREEN value IS 189 (74.22% from 255) = 34.55%
BLUE value IS 128 (50.39% from 255) = 23.40%
R=42.05%
G=34.55%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018912800.180.440.1035.8867.1170.2
HexE6BD800122CA244346
Octal346275200022541244103106
Binary111001101011110110000000010010101100101010010010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BD80; }

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

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

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

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

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

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

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

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