#E9D384

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

Shades of Flax #E9D384

Tints of Flax #E9D384

Color information

#E9D384 (or 0xE9D384) is unknown color: approx Flax. HEX triplet: E9, D3 and 84. RGB value is (233,211,132). Sum of RGB (Red+Green+Blue) = 233+211+132=576 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.45% from 576); Green value is 211 (82.81% from 255 or 36.63% from 576); Blue value is 132 (51.95% from 255 or 22.92% from 576); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D384 is #162C7B. Grayscale: #D0D0D0. Windows color (decimal): -1453180 or 8705001. OLE color: 8705001.

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

Color convert

RGB233211132-
CMYK00.090.430.09
HSL46.93º69.66%71.57%-
HSV(B)46.93º43.35%91.37%-
XYZ61.0665.5831.27-
YUV208.5784.79145.42-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.45%
GREEN value IS 211 (82.81% from 255) = 36.63%
BLUE value IS 132 (51.95% from 255) = 22.92%
R=40.45%
G=36.63%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321113200.090.430.0946.9369.6671.57
HexE9D384092B92f4648
Octal351323204011531157106110
Binary11101001110100111000010001001101011100110111110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D384; }

 p { color: rgb(233,211,132); }

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

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

 a { background-color: rgb(233,211,132); }

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

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

 span { border-color: rgb(233,211,132); }

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