#EDDC86

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

Shades of Flax #EDDC86

Tints of Flax #EDDC86

Color information

#EDDC86 (or 0xEDDC86) is unknown color: approx Flax. HEX triplet: ED, DC and 86. RGB value is (237,220,134). Sum of RGB (Red+Green+Blue) = 237+220+134=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 134 (52.73% from 255 or 22.67% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDC86 is #122379. Grayscale: #D7D7D7. Windows color (decimal): -1188730 or 8838381. OLE color: 8838381.

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

Color convert

RGB237220134-
CMYK00.070.430.07
HSL50.1º74.1%72.75%-
HSV(B)50.1º43.46%92.94%-
XYZ64.8270.9132.83-
YUV215.2882.13143.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.10%
GREEN value IS 220 (86.33% from 255) = 37.23%
BLUE value IS 134 (52.73% from 255) = 22.67%
R=40.10%
G=37.23%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722013400.070.430.0750.174.172.75
HexEDDC86072B7324a49
Octal3553342060753762112111
Binary111011011101110010000110011110101111111001010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDC86; }

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

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

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

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

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

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

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

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