#E8D97C

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

Shades of Flax #E8D97C

Tints of Flax #E8D97C

Color information

#E8D97C (or 0xE8D97C) is unknown color: approx Flax. HEX triplet: E8, D9 and 7C. RGB value is (232,217,124). Sum of RGB (Red+Green+Blue) = 232+217+124=573 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.49% from 573); Green value is 217 (85.16% from 255 or 37.87% from 573); Blue value is 124 (48.83% from 255 or 21.64% from 573); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D97C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D97C is #172683. Grayscale: #D3D3D3. Windows color (decimal): -1517188 or 8182248. OLE color: 8182248.

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

Color convert

RGB232217124-
CMYK00.060.470.09
HSL51.67º70.13%69.8%-
HSV(B)51.67º46.55%90.98%-
XYZ61.7368.2428.99-
YUV210.8878.97143.06-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.49%
GREEN value IS 217 (85.16% from 255) = 37.87%
BLUE value IS 124 (48.83% from 255) = 21.64%
R=40.49%
G=37.87%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221712400.060.470.0951.6770.1369.8
HexE8D97C062F9344646
Octal35033117406571164106106
Binary111010001101100111111000110101111100111010010001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D97C; }

 p { color: rgb(232,217,124); }

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

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

 a { background-color: rgb(232,217,124); }

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

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

 span { border-color: rgb(232,217,124); }

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