#EBD984

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

Shades of Flax #EBD984

Tints of Flax #EBD984

Color information

#EBD984 (or 0xEBD984) is unknown color: approx Flax. HEX triplet: EB, D9 and 84. RGB value is (235,217,132). Sum of RGB (Red+Green+Blue) = 235+217+132=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 217 (85.16% from 255 or 37.16% from 584); Blue value is 132 (51.95% from 255 or 22.60% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD984 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD984 is #14267B. Grayscale: #D5D5D5. Windows color (decimal): -1320572 or 8706539. OLE color: 8706539.

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

Color convert

RGB235217132-
CMYK00.080.440.08
HSL49.51º72.03%71.96%-
HSV(B)49.51º43.83%92.16%-
XYZ63.2468.9531.81-
YUV212.6982.46143.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.24%
GREEN value IS 217 (85.16% from 255) = 37.16%
BLUE value IS 132 (51.95% from 255) = 22.60%
R=40.24%
G=37.16%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521713200.080.440.0849.5172.0371.96
HexEBD984082C8324848
Octal353331204010541062110110
Binary11101011110110011000010001000101100100011001010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD984; }

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

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

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

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

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

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

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

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