#EFDC7E

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

Shades of Flax #EFDC7E

Tints of Flax #EFDC7E

Color information

#EFDC7E (or 0xEFDC7E) is unknown color: approx Flax. HEX triplet: EF, DC and 7E. RGB value is (239,220,126). Sum of RGB (Red+Green+Blue) = 239+220+126=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 126 (49.61% from 255 or 21.54% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDC7E is #102381. Grayscale: #D7D7D7. Windows color (decimal): -1057666 or 8314095. OLE color: 8314095.

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

Color convert

RGB239220126-
CMYK00.080.470.06
HSL49.91º77.93%71.57%-
HSV(B)49.91º47.28%93.73%-
XYZ64.9671.0430.03-
YUV214.9677.79145.14-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.85%
GREEN value IS 220 (86.33% from 255) = 37.61%
BLUE value IS 126 (49.61% from 255) = 21.54%
R=40.85%
G=37.61%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922012600.080.470.0649.9177.9371.57
HexEFDC7E082F6324e48
Octal35733417601057662116110
Binary111011111101110011111100100010111111011001010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDC7E; }

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

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

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

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

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

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

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

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