#EBD986

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

Shades of Flax #EBD986

Tints of Flax #EBD986

Color information

#EBD986 (or 0xEBD986) is unknown color: approx Flax. HEX triplet: EB, D9 and 86. RGB value is (235,217,134). Sum of RGB (Red+Green+Blue) = 235+217+134=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 217 (85.16% from 255 or 37.03% from 586); Blue value is 134 (52.73% from 255 or 22.87% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD986 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD986 is #142679. Grayscale: #D5D5D5. Windows color (decimal): -1320570 or 8837611. OLE color: 8837611.

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

Color convert

RGB235217134-
CMYK00.080.430.08
HSL49.31º71.63%72.35%-
HSV(B)49.31º42.98%92.16%-
XYZ63.3869.0132.53-
YUV212.9283.46143.75-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.10%
GREEN value IS 217 (85.16% from 255) = 37.03%
BLUE value IS 134 (52.73% from 255) = 22.87%
R=40.10%
G=37.03%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521713400.080.430.0849.3171.6372.35
HexEBD986082B8314848
Octal353331206010531061110110
Binary11101011110110011000011001000101011100011000110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD986; }

 p { color: rgb(235,217,134); }

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

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

 a { background-color: rgb(235,217,134); }

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

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

 span { border-color: rgb(235,217,134); }

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