#EAD685

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

Shades of Flax #EAD685

Tints of Flax #EAD685

Color information

#EAD685 (or 0xEAD685) is unknown color: approx Flax. HEX triplet: EA, D6 and 85. RGB value is (234,214,133). Sum of RGB (Red+Green+Blue) = 234+214+133=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 214 (83.98% from 255 or 36.83% from 581); Blue value is 133 (52.34% from 255 or 22.89% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD685 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD685 is #15297A. Grayscale: #D3D3D3. Windows color (decimal): -1386875 or 8771306. OLE color: 8771306.

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

Color convert

RGB234214133-
CMYK00.090.430.08
HSL48.12º70.63%71.96%-
HSV(B)48.12º43.16%91.76%-
XYZ62.2167.2831.9-
YUV210.7584.13144.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.28%
GREEN value IS 214 (83.98% from 255) = 36.83%
BLUE value IS 133 (52.34% from 255) = 22.89%
R=40.28%
G=36.83%
B=22.89%

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
Decimal23421413300.090.430.0848.1270.6371.96
HexEAD685092B8304748
Octal352326205011531060107110
Binary11101010110101101000010101001101011100011000010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD685; }

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

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

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

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

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

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

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

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