#EEDA85

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

Shades of Flax #EEDA85

Tints of Flax #EEDA85

Color information

#EEDA85 (or 0xEEDA85) is unknown color: approx Flax. HEX triplet: EE, DA and 85. RGB value is (238,218,133). Sum of RGB (Red+Green+Blue) = 238+218+133=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 133 (52.34% from 255 or 22.58% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDA85 is #11257A. Grayscale: #D6D6D6. Windows color (decimal): -1123707 or 8772334. OLE color: 8772334.

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

Color convert

RGB238218133-
CMYK00.080.440.07
HSL48.57º75.54%72.75%-
HSV(B)48.57º44.12%93.33%-
XYZ64.5670.0132.3-
YUV214.2982.13144.91-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.41%
GREEN value IS 218 (85.55% from 255) = 37.01%
BLUE value IS 133 (52.34% from 255) = 22.58%
R=40.41%
G=37.01%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821813300.080.440.0748.5775.5472.75
HexEEDA85082C7314c49
Octal35633220501054761114111
Binary1110111011011010100001010100010110011111000110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDA85; }

 p { color: rgb(238,218,133); }

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

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

 a { background-color: rgb(238,218,133); }

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

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

 span { border-color: rgb(238,218,133); }

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