#E9D57C

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

Shades of Flax #E9D57C

Tints of Flax #E9D57C

Color information

#E9D57C (or 0xE9D57C) is unknown color: approx Flax. HEX triplet: E9, D5 and 7C. RGB value is (233,213,124). Sum of RGB (Red+Green+Blue) = 233+213+124=570 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.88% from 570); Green value is 213 (83.59% from 255 or 37.37% from 570); Blue value is 124 (48.83% from 255 or 21.75% from 570); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D57C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D57C is #162A83. Grayscale: #D1D1D1. Windows color (decimal): -1452676 or 8181225. OLE color: 8181225.

HSL color Cylindrical-coordinate representation of color #E9D57C: hue angle of 48.99º degrees, saturation: 0.71, 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 #E9D57C is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB233213124-
CMYK00.090.470.09
HSL48.99º71.24%70%-
HSV(B)48.99º46.78%91.37%-
XYZ61.0466.3728.66-
YUV208.8380.13145.24-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.88%
GREEN value IS 213 (83.59% from 255) = 37.37%
BLUE value IS 124 (48.83% from 255) = 21.75%
R=40.88%
G=37.37%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321312400.090.470.0948.9971.2470
HexE9D57C092F9314746
Octal351325174011571161107106
Binary1110100111010101111110001001101111100111000110001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D57C; }

 p { color: rgb(233,213,124); }

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

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

 a { background-color: rgb(233,213,124); }

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

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

 span { border-color: rgb(233,213,124); }

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