#E7D97F

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

Shades of Flax #E7D97F

Tints of Flax #E7D97F

Color information

#E7D97F (or 0xE7D97F) is unknown color: approx Flax. HEX triplet: E7, D9 and 7F. RGB value is (231,217,127). Sum of RGB (Red+Green+Blue) = 231+217+127=575 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.17% from 575); Green value is 217 (85.16% from 255 or 37.74% from 575); Blue value is 127 (50% from 255 or 22.09% from 575); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D97F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D97F is #182680. Grayscale: #D3D3D3. Windows color (decimal): -1582721 or 8378855. OLE color: 8378855.

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

Color convert

RGB231217127-
CMYK00.060.450.09
HSL51.92º68.42%70.2%-
HSV(B)51.92º45.02%90.59%-
XYZ61.668.1529.99-
YUV210.9380.64142.32-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.17%
GREEN value IS 217 (85.16% from 255) = 37.74%
BLUE value IS 127 (50% from 255) = 22.09%
R=40.17%
G=37.74%
B=22.09%

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
Decimal23121712700.060.450.0951.9268.4270.2
HexE7D97F062D9344446
Octal34733117706551164104106
Binary111001111101100111111110110101101100111010010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D97F; }

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

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

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

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

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

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

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

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