#EAD687

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

Shades of Flax #EAD687

Tints of Flax #EAD687

Color information

#EAD687 (or 0xEAD687) is unknown color: approx Flax. HEX triplet: EA, D6 and 87. RGB value is (234,214,135). Sum of RGB (Red+Green+Blue) = 234+214+135=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 214 (83.98% from 255 or 36.71% from 583); Blue value is 135 (53.12% from 255 or 23.16% from 583); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD687 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD687 is #152978. Grayscale: #D3D3D3. Windows color (decimal): -1386873 or 8902378. OLE color: 8902378.

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

Color convert

RGB234214135-
CMYK00.090.420.08
HSL47.88º70.21%72.35%-
HSV(B)47.88º42.31%91.76%-
XYZ62.3567.3332.63-
YUV210.9785.13144.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.14%
GREEN value IS 214 (83.98% from 255) = 36.71%
BLUE value IS 135 (53.12% from 255) = 23.16%
R=40.14%
G=36.71%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421413500.090.420.0847.8870.2172.35
HexEAD687092A8304648
Octal352326207011521060106110
Binary11101010110101101000011101001101010100011000010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD687; }

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

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

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

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

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

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

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

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