#E7D980

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

Shades of Flax #E7D980

Tints of Flax #E7D980

Color information

#E7D980 (or 0xE7D980) is unknown color: approx Flax. HEX triplet: E7, D9 and 80. RGB value is (231,217,128). Sum of RGB (Red+Green+Blue) = 231+217+128=576 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.10% from 576); Green value is 217 (85.16% from 255 or 37.67% from 576); Blue value is 128 (50.39% from 255 or 22.22% from 576); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D980 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D980 is #18267F. Grayscale: #D3D3D3. Windows color (decimal): -1582720 or 8444391. OLE color: 8444391.

HSL color Cylindrical-coordinate representation of color #E7D980: hue angle of 51.84º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E7D980 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB231217128-
CMYK00.060.450.09
HSL51.84º68.21%70.39%-
HSV(B)51.84º44.59%90.59%-
XYZ61.6668.1730.33-
YUV211.0481.14142.24-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.10%
GREEN value IS 217 (85.16% from 255) = 37.67%
BLUE value IS 128 (50.39% from 255) = 22.22%
R=40.10%
G=37.67%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121712800.060.450.0951.8468.2170.39
HexE7D980062D9344446
Octal34733120006551164104106
Binary1110011111011001100000000110101101100111010010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D980; }

 p { color: rgb(231,217,128); }

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

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

 a { background-color: rgb(231,217,128); }

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

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

 span { border-color: rgb(231,217,128); }

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