#EBD985

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

Shades of Flax #EBD985

Tints of Flax #EBD985

Color information

#EBD985 (or 0xEBD985) is unknown color: approx Flax. HEX triplet: EB, D9 and 85. RGB value is (235,217,133). Sum of RGB (Red+Green+Blue) = 235+217+133=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 217 (85.16% from 255 or 37.09% from 585); Blue value is 133 (52.34% from 255 or 22.74% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD985 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD985 is #14267A. Grayscale: #D5D5D5. Windows color (decimal): -1320571 or 8772075. OLE color: 8772075.

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

Color convert

RGB235217133-
CMYK00.080.430.08
HSL49.41º71.83%72.16%-
HSV(B)49.41º43.4%92.16%-
XYZ63.3168.9832.17-
YUV212.8182.96143.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.17%
GREEN value IS 217 (85.16% from 255) = 37.09%
BLUE value IS 133 (52.34% from 255) = 22.74%
R=40.17%
G=37.09%
B=22.74%

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
Decimal23521713300.080.430.0849.4171.8372.16
HexEBD985082B8314848
Octal353331205010531061110110
Binary11101011110110011000010101000101011100011000110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD985; }

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

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

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

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

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

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

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

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