#E8D97D

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

Shades of Flax #E8D97D

Tints of Flax #E8D97D

Color information

#E8D97D (or 0xE8D97D) is unknown color: approx Flax. HEX triplet: E8, D9 and 7D. RGB value is (232,217,125). Sum of RGB (Red+Green+Blue) = 232+217+125=574 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.42% from 574); Green value is 217 (85.16% from 255 or 37.80% from 574); Blue value is 125 (49.22% from 255 or 21.78% from 574); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D97D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D97D is #172682. Grayscale: #D3D3D3. Windows color (decimal): -1517187 or 8247784. OLE color: 8247784.

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

Color convert

RGB232217125-
CMYK00.060.460.09
HSL51.59º69.93%70%-
HSV(B)51.59º46.12%90.98%-
XYZ61.7968.2629.32-
YUV21179.47142.98-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.42%
GREEN value IS 217 (85.16% from 255) = 37.80%
BLUE value IS 125 (49.22% from 255) = 21.78%
R=40.42%
G=37.80%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221712500.060.460.0951.5969.9370
HexE8D97D062E9344646
Octal35033117506561164106106
Binary111010001101100111111010110101110100111010010001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D97D; }

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

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

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

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

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

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

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

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