#EED97D

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

Shades of Flax #EED97D

Tints of Flax #EED97D

Color information

#EED97D (or 0xEED97D) is unknown color: approx Flax. HEX triplet: EE, D9 and 7D. RGB value is (238,217,125). Sum of RGB (Red+Green+Blue) = 238+217+125=580 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.03% from 580); Green value is 217 (85.16% from 255 or 37.41% from 580); Blue value is 125 (49.22% from 255 or 21.55% from 580); Max value from RGB is 238 - color contains mainly: red. Hex color #EED97D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED97D is #112682. Grayscale: #D5D5D5. Windows color (decimal): -1123971 or 8247790. OLE color: 8247790.

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

Color convert

RGB238217125-
CMYK00.090.470.07
HSL48.85º76.87%71.18%-
HSV(B)48.85º47.48%93.33%-
XYZ63.7769.2829.41-
YUV212.7978.46145.98-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.03%
GREEN value IS 217 (85.16% from 255) = 37.41%
BLUE value IS 125 (49.22% from 255) = 21.55%
R=41.03%
G=37.41%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821712500.090.470.0748.8576.8771.18
HexEED97D092F7314d47
Octal35633117501157761115107
Binary111011101101100111111010100110111111111000110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED97D; }

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

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

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

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

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

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

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

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