#EDDC8D

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

Shades of Flax #EDDC8D

Tints of Flax #EDDC8D

Color information

#EDDC8D (or 0xEDDC8D) is unknown color: approx Flax. HEX triplet: ED, DC and 8D. RGB value is (237,220,141). Sum of RGB (Red+Green+Blue) = 237+220+141=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 141 (55.47% from 255 or 23.58% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDC8D is #122372. Grayscale: #D8D8D8. Windows color (decimal): -1188723 or 9297133. OLE color: 9297133.

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

Color convert

RGB237220141-
CMYK00.070.410.07
HSL49.38º72.73%74.12%-
HSV(B)49.38º40.51%92.94%-
XYZ65.3371.1135.48-
YUV216.0885.63142.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.63%
GREEN value IS 220 (86.33% from 255) = 36.79%
BLUE value IS 141 (55.47% from 255) = 23.58%
R=39.63%
G=36.79%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722014100.070.410.0749.3872.7374.12
HexEDDC8D0729731494a
Octal3553342150751761111112
Binary111011011101110010001101011110100111111000110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDC8D; }

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

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

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

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

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

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

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

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