#EEDC81

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

Shades of Flax #EEDC81

Tints of Flax #EEDC81

Color information

#EEDC81 (or 0xEEDC81) is unknown color: approx Flax. HEX triplet: EE, DC and 81. RGB value is (238,220,129). Sum of RGB (Red+Green+Blue) = 238+220+129=587 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.55% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 129 (50.78% from 255 or 21.98% from 587); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDC81 is #11237E. Grayscale: #D7D7D7. Windows color (decimal): -1123199 or 8510702. OLE color: 8510702.

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

Color convert

RGB238220129-
CMYK00.080.460.07
HSL50.09º76.22%71.96%-
HSV(B)50.09º45.8%93.33%-
XYZ64.8270.9531.05-
YUV215.0179.46144.4-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.55%
GREEN value IS 220 (86.33% from 255) = 37.48%
BLUE value IS 129 (50.78% from 255) = 21.98%
R=40.55%
G=37.48%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822012900.080.460.0750.0976.2271.96
HexEEDC81082E7324c48
Octal35633420101056762114110
Binary1110111011011100100000010100010111011111001010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDC81; }

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

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

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

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

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

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

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

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