#EDD97C

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

Shades of Flax #EDD97C

Tints of Flax #EDD97C

Color information

#EDD97C (or 0xEDD97C) is unknown color: approx Flax. HEX triplet: ED, D9 and 7C. RGB value is (237,217,124). Sum of RGB (Red+Green+Blue) = 237+217+124=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 217 (85.16% from 255 or 37.54% from 578); Blue value is 124 (48.83% from 255 or 21.45% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD97C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD97C is #122683. Grayscale: #D4D4D4. Windows color (decimal): -1189508 or 8182253. OLE color: 8182253.

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

Color convert

RGB237217124-
CMYK00.080.480.07
HSL49.38º75.84%70.78%-
HSV(B)49.38º47.68%92.94%-
XYZ63.3869.0929.06-
YUV212.3878.13145.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.00%
GREEN value IS 217 (85.16% from 255) = 37.54%
BLUE value IS 124 (48.83% from 255) = 21.45%
R=41.00%
G=37.54%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721712400.080.480.0749.3875.8470.78
HexEDD97C08307314c47
Octal35533117401060761114107
Binary111011011101100111111000100011000011111000110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD97C; }

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

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

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

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

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

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

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

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