#EDD983

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

Shades of Flax #EDD983

Tints of Flax #EDD983

Color information

#EDD983 (or 0xEDD983) is unknown color: approx Flax. HEX triplet: ED, D9 and 83. RGB value is (237,217,131). Sum of RGB (Red+Green+Blue) = 237+217+131=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 217 (85.16% from 255 or 37.09% from 585); Blue value is 131 (51.56% from 255 or 22.39% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD983 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD983 is #12267C. Grayscale: #D5D5D5. Windows color (decimal): -1189501 or 8641005. OLE color: 8641005.

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

Color convert

RGB237217131-
CMYK00.080.450.07
HSL48.68º74.65%72.16%-
HSV(B)48.68º44.73%92.94%-
XYZ63.8369.2731.48-
YUV213.1881.63144.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.51%
GREEN value IS 217 (85.16% from 255) = 37.09%
BLUE value IS 131 (51.56% from 255) = 22.39%
R=40.51%
G=37.09%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721713100.080.450.0748.6874.6572.16
HexEDD983082D7314b48
Octal35533120301055761113110
Binary1110110111011001100000110100010110111111000110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD983; }

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

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

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

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

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

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

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

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