#EFDC79

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

Shades of Flax #EFDC79

Tints of Flax #EFDC79

Color information

#EFDC79 (or 0xEFDC79) is unknown color: approx Flax. HEX triplet: EF, DC and 79. RGB value is (239,220,121). Sum of RGB (Red+Green+Blue) = 239+220+121=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 121 (47.66% from 255 or 20.86% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDC79 is #102386. Grayscale: #D6D6D6. Windows color (decimal): -1057671 or 7986415. OLE color: 7986415.

HSL color Cylindrical-coordinate representation of color #EFDC79: hue angle of 50.34º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFDC79 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB239220121-
CMYK00.080.490.06
HSL50.34º78.67%70.59%-
HSV(B)50.34º49.37%93.73%-
XYZ64.6470.9228.37-
YUV214.475.29145.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.21%
GREEN value IS 220 (86.33% from 255) = 37.93%
BLUE value IS 121 (47.66% from 255) = 20.86%
R=41.21%
G=37.93%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922012100.080.490.0650.3478.6770.59
HexEFDC7908316324f47
Octal35733417101061662117107
Binary111011111101110011110010100011000111011001010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDC79; }

 p { color: rgb(239,220,121); }

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

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

 a { background-color: rgb(239,220,121); }

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

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

 span { border-color: rgb(239,220,121); }

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