#EDD979

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

Shades of Flax #EDD979

Tints of Flax #EDD979

Color information

#EDD979 (or 0xEDD979) is unknown color: approx Flax. HEX triplet: ED, D9 and 79. RGB value is (237,217,121). Sum of RGB (Red+Green+Blue) = 237+217+121=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 217 (85.16% from 255 or 37.74% from 575); Blue value is 121 (47.66% from 255 or 21.04% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD979 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD979 is #122686. Grayscale: #D4D4D4. Windows color (decimal): -1189511 or 7985645. OLE color: 7985645.

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

Color convert

RGB237217121-
CMYK00.080.490.07
HSL49.66º76.32%70.2%-
HSV(B)49.66º48.95%92.94%-
XYZ63.1969.0128.08-
YUV212.0476.63145.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.22%
GREEN value IS 217 (85.16% from 255) = 37.74%
BLUE value IS 121 (47.66% from 255) = 21.04%
R=41.22%
G=37.74%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721712100.080.490.0749.6676.3270.2
HexEDD97908317324c46
Octal35533117101061762114106
Binary111011011101100111110010100011000111111001010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD979; }

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

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

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

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

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

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

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

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