#EDD97A

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

Shades of Flax #EDD97A

Tints of Flax #EDD97A

Color information

#EDD97A (or 0xEDD97A) is unknown color: approx Flax. HEX triplet: ED, D9 and 7A. RGB value is (237,217,122). Sum of RGB (Red+Green+Blue) = 237+217+122=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 217 (85.16% from 255 or 37.67% from 576); Blue value is 122 (48.05% from 255 or 21.18% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD97A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD97A is #122685. Grayscale: #D4D4D4. Windows color (decimal): -1189510 or 8051181. OLE color: 8051181.

HSL color Cylindrical-coordinate representation of color #EDD97A: hue angle of 49.57º 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 #EDD97A is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB237217122-
CMYK00.080.490.07
HSL49.57º76.16%70.39%-
HSV(B)49.57º48.52%92.94%-
XYZ63.2569.0428.4-
YUV212.1577.13145.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.15%
GREEN value IS 217 (85.16% from 255) = 37.67%
BLUE value IS 122 (48.05% from 255) = 21.18%
R=41.15%
G=37.67%
B=21.18%

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
Decimal23721712200.080.490.0749.5776.1670.39
HexEDD97A08317324c46
Octal35533117201061762114106
Binary111011011101100111110100100011000111111001010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD97A; }

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

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

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

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

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

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

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

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