#EBDA86

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

Shades of Flax #EBDA86

Tints of Flax #EBDA86

Color information

#EBDA86 (or 0xEBDA86) is unknown color: approx Flax. HEX triplet: EB, DA and 86. RGB value is (235,218,134). Sum of RGB (Red+Green+Blue) = 235+218+134=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 134 (52.73% from 255 or 22.83% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDA86 is #142579. Grayscale: #D5D5D5. Windows color (decimal): -1320314 or 8837867. OLE color: 8837867.

HSL color Cylindrical-coordinate representation of color #EBDA86: hue angle of 49.9º 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 #EBDA86 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB235218134-
CMYK00.070.430.08
HSL49.9º71.63%72.35%-
HSV(B)49.9º42.98%92.16%-
XYZ63.6469.5332.62-
YUV213.5183.13143.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.03%
GREEN value IS 218 (85.55% from 255) = 37.14%
BLUE value IS 134 (52.73% from 255) = 22.83%
R=40.03%
G=37.14%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521813400.070.430.0849.971.6372.35
HexEBDA86072B8324848
Octal35333220607531062110110
Binary1110101111011010100001100111101011100011001010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDA86; }

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

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

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

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

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

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

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

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