#EEDC87

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

Shades of Flax #EEDC87

Tints of Flax #EEDC87

Color information

#EEDC87 (or 0xEEDC87) is unknown color: approx Flax. HEX triplet: EE, DC and 87. RGB value is (238,220,135). Sum of RGB (Red+Green+Blue) = 238+220+135=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 135 (53.12% from 255 or 22.77% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDC87 is #112378. Grayscale: #D8D8D8. Windows color (decimal): -1123193 or 8903918. OLE color: 8903918.

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

Color convert

RGB238220135-
CMYK00.080.430.07
HSL49.51º75.18%73.14%-
HSV(B)49.51º43.28%93.33%-
XYZ65.2371.1133.21-
YUV215.6982.46143.91-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.13%
GREEN value IS 220 (86.33% from 255) = 37.10%
BLUE value IS 135 (53.12% from 255) = 22.77%
R=40.13%
G=37.10%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822013500.080.430.0749.5175.1873.14
HexEEDC87082B7324b49
Octal35633420701053762113111
Binary1110111011011100100001110100010101111111001010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDC87; }

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

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

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

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

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

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

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

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