#EEDC88

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

Shades of Flax #EEDC88

Tints of Flax #EEDC88

Color information

#EEDC88 (or 0xEEDC88) is unknown color: approx Flax. HEX triplet: EE, DC and 88. RGB value is (238,220,136). Sum of RGB (Red+Green+Blue) = 238+220+136=594 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.07% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 136 (53.52% from 255 or 22.90% from 594); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDC88 is #112377. Grayscale: #D8D8D8. Windows color (decimal): -1123192 or 8969454. OLE color: 8969454.

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

Color convert

RGB238220136-
CMYK00.080.430.07
HSL49.41º75%73.33%-
HSV(B)49.41º42.86%93.33%-
XYZ65.371.1433.58-
YUV215.8182.96143.83-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.07%
GREEN value IS 220 (86.33% from 255) = 37.04%
BLUE value IS 136 (53.52% from 255) = 22.90%
R=40.07%
G=37.04%
B=22.90%

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
Decimal23822013600.080.430.0749.417573.33
HexEEDC88082B7314b49
Octal35633421001053761113111
Binary1110111011011100100010000100010101111111000110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDC88; }

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

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

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

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

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

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

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

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