#EEDA7D

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

Shades of Flax #EEDA7D

Tints of Flax #EEDA7D

Color information

#EEDA7D (or 0xEEDA7D) is unknown color: approx Flax. HEX triplet: EE, DA and 7D. RGB value is (238,218,125). Sum of RGB (Red+Green+Blue) = 238+218+125=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 125 (49.22% from 255 or 21.51% from 581); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDA7D is #112582. Grayscale: #D5D5D5. Windows color (decimal): -1123715 or 8248046. OLE color: 8248046.

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

Color convert

RGB238218125-
CMYK00.080.470.07
HSL49.38º76.87%71.18%-
HSV(B)49.38º47.48%93.33%-
XYZ64.0369.829.5-
YUV213.3878.13145.56-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.96%
GREEN value IS 218 (85.55% from 255) = 37.52%
BLUE value IS 125 (49.22% from 255) = 21.51%
R=40.96%
G=37.52%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821812500.080.470.0749.3876.8771.18
HexEEDA7D082F7314d47
Octal35633217501057761115107
Binary111011101101101011111010100010111111111000110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDA7D; }

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

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

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

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

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

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

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

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