#edd984

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

Shades of Flax #EDD984

Tints of Flax #EDD984

Color information

#EDD984 (or 0xEDD984) is unknown color: approx Flax. HEX triplet: ED, D9 and 84. RGB value is (237,217,132). Sum of RGB (Red+Green+Blue) = 237+217+132=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 217 (85.16% from 255 or 37.03% from 586); Blue value is 132 (51.95% from 255 or 22.53% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD984 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD984 is #12267B. Grayscale: #D5D5D5. Windows color (decimal): -1189500 or 8706541. OLE color: 8706541.

HSL color Cylindrical-coordinate representation of color #EDD984: hue angle of 48.57º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDD984 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB237217132-
CMYK00.080.440.07
HSL48.57º74.47%72.35%-
HSV(B)48.57º44.3%92.94%-
XYZ63.969.331.84-
YUV213.2982.13144.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.44%
GREEN value IS 217 (85.16% from 255) = 37.03%
BLUE value IS 132 (51.95% from 255) = 22.53%
R=40.44%
G=37.03%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721713200.080.440.0748.5774.4772.35
HexEDD984082C7314a48
Octal35533120401054761112110
Binary1110110111011001100001000100010110011111000110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #edd984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #edd984; }

 p { color: rgb(237,217,132); }

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

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

 a { background-color: rgb(237,217,132); }

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

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

 span { border-color: rgb(237,217,132); }

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