#E9D284

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

Shades of Flax #E9D284

Tints of Flax #E9D284

Color information

#E9D284 (or 0xE9D284) is unknown color: approx Flax. HEX triplet: E9, D2 and 84. RGB value is (233,210,132). Sum of RGB (Red+Green+Blue) = 233+210+132=575 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.52% from 575); Green value is 210 (82.42% from 255 or 36.52% from 575); Blue value is 132 (51.95% from 255 or 22.96% from 575); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D284 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D284 is #162D7B. Grayscale: #D0D0D0. Windows color (decimal): -1453436 or 8704745. OLE color: 8704745.

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

Color convert

RGB233210132-
CMYK00.100.430.09
HSL46.34º69.66%71.57%-
HSV(B)46.34º43.35%91.37%-
XYZ60.8265.0831.19-
YUV207.9885.12145.84-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.52%
GREEN value IS 210 (82.42% from 255) = 36.52%
BLUE value IS 132 (51.95% from 255) = 22.96%
R=40.52%
G=36.52%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321013200.100.430.0946.3469.6671.57
HexE9D2840A2B92e4648
Octal351322204012531156106110
Binary11101001110100101000010001010101011100110111010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D284; }

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

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

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

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

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

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

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

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