#EFDD87

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

Shades of Flax #EFDD87

Tints of Flax #EFDD87

Color information

#EFDD87 (or 0xEFDD87) is unknown color: approx Flax. HEX triplet: EF, DD and 87. RGB value is (239,221,135). Sum of RGB (Red+Green+Blue) = 239+221+135=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 135 (53.12% from 255 or 22.69% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDD87 is #102278. Grayscale: #D8D8D8. Windows color (decimal): -1057401 or 8904175. OLE color: 8904175.

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

Color convert

RGB239221135-
CMYK00.080.440.06
HSL49.62º76.47%73.33%-
HSV(B)49.62º43.51%93.73%-
XYZ65.8371.8133.31-
YUV216.5881.96143.99-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.17%
GREEN value IS 221 (86.72% from 255) = 37.14%
BLUE value IS 135 (53.12% from 255) = 22.69%
R=40.17%
G=37.14%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922113500.080.440.0649.6276.4773.33
HexEFDD87082C6324c49
Octal35733520701054662114111
Binary1110111111011101100001110100010110011011001010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDD87; }

 p { color: rgb(239,221,135); }

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

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

 a { background-color: rgb(239,221,135); }

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

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

 span { border-color: rgb(239,221,135); }

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