#EDD886

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

Shades of Flax #EDD886

Tints of Flax #EDD886

Color information

#EDD886 (or 0xEDD886) is unknown color: approx Flax. HEX triplet: ED, D8 and 86. RGB value is (237,216,134). Sum of RGB (Red+Green+Blue) = 237+216+134=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 216 (84.77% from 255 or 36.80% from 587); Blue value is 134 (52.73% from 255 or 22.83% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD886 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD886 is #122779. Grayscale: #D5D5D5. Windows color (decimal): -1189754 or 8837357. OLE color: 8837357.

HSL color Cylindrical-coordinate representation of color #EDD886: hue angle of 47.77º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EDD886 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB237216134-
CMYK00.090.430.07
HSL47.77º74.1%72.75%-
HSV(B)47.77º43.46%92.94%-
XYZ63.7868.8432.48-
YUV212.9383.46145.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.37%
GREEN value IS 216 (84.77% from 255) = 36.80%
BLUE value IS 134 (52.73% from 255) = 22.83%
R=40.37%
G=36.80%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721613400.090.430.0747.7774.172.75
HexEDD886092B7304a49
Octal35533020601153760112111
Binary1110110111011000100001100100110101111111000010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD886; }

 p { color: rgb(237,216,134); }

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

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

 a { background-color: rgb(237,216,134); }

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

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

 span { border-color: rgb(237,216,134); }

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