#EED97F

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

Shades of Flax #EED97F

Tints of Flax #EED97F

Color information

#EED97F (or 0xEED97F) is unknown color: approx Flax. HEX triplet: EE, D9 and 7F. RGB value is (238,217,127). Sum of RGB (Red+Green+Blue) = 238+217+127=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 217 (85.16% from 255 or 37.29% from 582); Blue value is 127 (50% from 255 or 21.82% from 582); Max value from RGB is 238 - color contains mainly: red. Hex color #EED97F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED97F is #112680. Grayscale: #D5D5D5. Windows color (decimal): -1123969 or 8378862. OLE color: 8378862.

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

Color convert

RGB238217127-
CMYK00.090.470.07
HSL48.65º76.55%71.57%-
HSV(B)48.65º46.64%93.33%-
XYZ63.969.3430.09-
YUV213.0279.46145.82-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.89%
GREEN value IS 217 (85.16% from 255) = 37.29%
BLUE value IS 127 (50% from 255) = 21.82%
R=40.89%
G=37.29%
B=21.82%

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
Decimal23821712700.090.470.0748.6576.5571.57
HexEED97F092F7314d48
Octal35633117701157761115110
Binary111011101101100111111110100110111111111000110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED97F; }

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

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

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

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

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

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

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

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