#EEDC84

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

Shades of Flax #EEDC84

Tints of Flax #EEDC84

Color information

#EEDC84 (or 0xEEDC84) is unknown color: approx Flax. HEX triplet: EE, DC and 84. RGB value is (238,220,132). Sum of RGB (Red+Green+Blue) = 238+220+132=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 132 (51.95% from 255 or 22.37% from 590); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDC84 is #11237B. Grayscale: #D7D7D7. Windows color (decimal): -1123196 or 8707310. OLE color: 8707310.

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

Color convert

RGB238220132-
CMYK00.080.450.07
HSL49.81º75.71%72.55%-
HSV(B)49.81º44.54%93.33%-
XYZ65.0271.0332.11-
YUV215.3580.96144.16-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.34%
GREEN value IS 220 (86.33% from 255) = 37.29%
BLUE value IS 132 (51.95% from 255) = 22.37%
R=40.34%
G=37.29%
B=22.37%

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
Decimal23822013200.080.450.0749.8175.7172.55
HexEEDC84082D7324c49
Octal35633420401055762114111
Binary1110111011011100100001000100010110111111001010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDC84; }

 p { color: rgb(238,220,132); }

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

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

 a { background-color: rgb(238,220,132); }

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

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

 span { border-color: rgb(238,220,132); }

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