#E9D985

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

Shades of Flax #E9D985

Tints of Flax #E9D985

Color information

#E9D985 (or 0xE9D985) is unknown color: approx Flax. HEX triplet: E9, D9 and 85. RGB value is (233,217,133). Sum of RGB (Red+Green+Blue) = 233+217+133=583 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.97% from 583); Green value is 217 (85.16% from 255 or 37.22% from 583); Blue value is 133 (52.34% from 255 or 22.81% from 583); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D985 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D985 is #16267A. Grayscale: #D4D4D4. Windows color (decimal): -1451643 or 8772073. OLE color: 8772073.

HSL color Cylindrical-coordinate representation of color #E9D985: hue angle of 50.4º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E9D985 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB233217133-
CMYK00.070.430.09
HSL50.4º69.44%71.76%-
HSV(B)50.4º42.92%91.37%-
XYZ62.6568.6432.14-
YUV212.2183.3142.83-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.97%
GREEN value IS 217 (85.16% from 255) = 37.22%
BLUE value IS 133 (52.34% from 255) = 22.81%
R=39.97%
G=37.22%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321713300.070.430.0950.469.4471.76
HexE9D985072B9324548
Octal35133120507531162105110
Binary1110100111011001100001010111101011100111001010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D985; }

 p { color: rgb(233,217,133); }

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

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

 a { background-color: rgb(233,217,133); }

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

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

 span { border-color: rgb(233,217,133); }

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