#EBD685

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

Shades of Flax #EBD685

Tints of Flax #EBD685

Color information

#EBD685 (or 0xEBD685) is unknown color: approx Flax. HEX triplet: EB, D6 and 85. RGB value is (235,214,133). Sum of RGB (Red+Green+Blue) = 235+214+133=582 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.38% from 582); Green value is 214 (83.98% from 255 or 36.77% from 582); Blue value is 133 (52.34% from 255 or 22.85% from 582); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD685 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD685 is #14297A. Grayscale: #D3D3D3. Windows color (decimal): -1321339 or 8771307. OLE color: 8771307.

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

Color convert

RGB235214133-
CMYK00.090.430.08
HSL47.65º71.83%72.16%-
HSV(B)47.65º43.4%92.16%-
XYZ62.5467.4531.91-
YUV211.0483.96145.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.38%
GREEN value IS 214 (83.98% from 255) = 36.77%
BLUE value IS 133 (52.34% from 255) = 22.85%
R=40.38%
G=36.77%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521413300.090.430.0847.6571.8372.16
HexEBD685092B8304848
Octal353326205011531060110110
Binary11101011110101101000010101001101011100011000010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD685; }

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

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

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

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

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

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

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

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