#EDD977

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

Shades of Flax #EDD977

Tints of Flax #EDD977

Color information

#EDD977 (or 0xEDD977) is unknown color: approx Flax. HEX triplet: ED, D9 and 77. RGB value is (237,217,119). Sum of RGB (Red+Green+Blue) = 237+217+119=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 217 (85.16% from 255 or 37.87% from 573); Blue value is 119 (46.88% from 255 or 20.77% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD977 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD977 is #122688. Grayscale: #D4D4D4. Windows color (decimal): -1189513 or 7854573. OLE color: 7854573.

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

Color convert

RGB237217119-
CMYK00.080.500.07
HSL49.83º76.62%69.8%-
HSV(B)49.83º49.79%92.94%-
XYZ63.0768.9627.44-
YUV211.8175.63145.97-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.36%
GREEN value IS 217 (85.16% from 255) = 37.87%
BLUE value IS 119 (46.88% from 255) = 20.77%
R=41.36%
G=37.87%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721711900.080.500.0749.8376.6269.8
HexEDD97708327324d46
Octal35533116701062762115106
Binary111011011101100111101110100011001011111001010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD977; }

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

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

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

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

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

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

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

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