#EFDC81

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

Shades of Flax #EFDC81

Tints of Flax #EFDC81

Color information

#EFDC81 (or 0xEFDC81) is unknown color: approx Flax. HEX triplet: EF, DC and 81. RGB value is (239,220,129). Sum of RGB (Red+Green+Blue) = 239+220+129=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 129 (50.78% from 255 or 21.94% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDC81 is #10237E. Grayscale: #D7D7D7. Windows color (decimal): -1057663 or 8510703. OLE color: 8510703.

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

Color convert

RGB239220129-
CMYK00.080.460.06
HSL49.64º77.46%72.16%-
HSV(B)49.64º46.03%93.73%-
XYZ65.1571.1231.06-
YUV215.3179.29144.9-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.65%
GREEN value IS 220 (86.33% from 255) = 37.41%
BLUE value IS 129 (50.78% from 255) = 21.94%
R=40.65%
G=37.41%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922012900.080.460.0649.6477.4672.16
HexEFDC81082E6324d48
Octal35733420101056662115110
Binary1110111111011100100000010100010111011011001010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDC81; }

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

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

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

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

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

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

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

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