#E6D880

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

Shades of Flax #E6D880

Tints of Flax #E6D880

Color information

#E6D880 (or 0xE6D880) is unknown color: approx Flax. HEX triplet: E6, D8 and 80. RGB value is (230,216,128). Sum of RGB (Red+Green+Blue) = 230+216+128=574 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40.07% from 574); Green value is 216 (84.77% from 255 or 37.63% from 574); Blue value is 128 (50.39% from 255 or 22.30% from 574); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D880 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D880 is #19277F. Grayscale: #D2D2D2. Windows color (decimal): -1648512 or 8444134. OLE color: 8444134.

HSL color Cylindrical-coordinate representation of color #E6D880: hue angle of 51.76º 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 #E6D880 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB230216128-
CMYK00.060.440.10
HSL51.76º67.11%70.2%-
HSV(B)51.76º44.35%90.2%-
XYZ61.0967.4930.23-
YUV210.1581.64142.16-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.07%
GREEN value IS 216 (84.77% from 255) = 37.63%
BLUE value IS 128 (50.39% from 255) = 22.30%
R=40.07%
G=37.63%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021612800.060.440.1051.7667.1170.2
HexE6D880062CA344346
Octal34633020006541264103106
Binary1110011011011000100000000110101100101011010010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D880; }

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

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

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

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

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

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

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

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