#EEDB82

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

Shades of Flax #EEDB82

Tints of Flax #EEDB82

Color information

#EEDB82 (or 0xEEDB82) is unknown color: approx Flax. HEX triplet: EE, DB and 82. RGB value is (238,219,130). Sum of RGB (Red+Green+Blue) = 238+219+130=587 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.55% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 130 (51.17% from 255 or 22.15% from 587); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDB82 is #11247D. Grayscale: #D6D6D6. Windows color (decimal): -1123454 or 8575982. OLE color: 8575982.

HSL color Cylindrical-coordinate representation of color #EEDB82: hue angle of 49.44º degrees, saturation: 0.76, 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 #EEDB82 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB238219130-
CMYK00.080.450.07
HSL49.44º76.06%72.16%-
HSV(B)49.44º45.38%93.33%-
XYZ64.6270.4531.31-
YUV214.5380.29144.74-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.55%
GREEN value IS 219 (85.94% from 255) = 37.31%
BLUE value IS 130 (51.17% from 255) = 22.15%
R=40.55%
G=37.31%
B=22.15%

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
Decimal23821913000.080.450.0749.4476.0672.16
HexEEDB82082D7314c48
Octal35633320201055761114110
Binary1110111011011011100000100100010110111111000110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDB82; }

 p { color: rgb(238,219,130); }

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

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

 a { background-color: rgb(238,219,130); }

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

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

 span { border-color: rgb(238,219,130); }

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