#EDDA85

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

Shades of Flax #EDDA85

Tints of Flax #EDDA85

Color information

#EDDA85 (or 0xEDDA85) is unknown color: approx Flax. HEX triplet: ED, DA and 85. RGB value is (237,218,133). Sum of RGB (Red+Green+Blue) = 237+218+133=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 133 (52.34% from 255 or 22.62% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDA85 is #12257A. Grayscale: #D6D6D6. Windows color (decimal): -1189243 or 8772333. OLE color: 8772333.

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

Color convert

RGB237218133-
CMYK00.080.440.07
HSL49.04º74.29%72.55%-
HSV(B)49.04º43.88%92.94%-
XYZ64.2369.8432.29-
YUV213.9982.29144.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.31%
GREEN value IS 218 (85.55% from 255) = 37.07%
BLUE value IS 133 (52.34% from 255) = 22.62%
R=40.31%
G=37.07%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721813300.080.440.0749.0474.2972.55
HexEDDA85082C7314a49
Octal35533220501054761112111
Binary1110110111011010100001010100010110011111000110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDA85; }

 p { color: rgb(237,218,133); }

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

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

 a { background-color: rgb(237,218,133); }

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

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

 span { border-color: rgb(237,218,133); }

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