#EAD682

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

Shades of Flax #EAD682

Tints of Flax #EAD682

Color information

#EAD682 (or 0xEAD682) is unknown color: approx Flax. HEX triplet: EA, D6 and 82. RGB value is (234,214,130). Sum of RGB (Red+Green+Blue) = 234+214+130=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 130 (51.17% from 255 or 22.49% from 578); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD682 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD682 is #15297D. Grayscale: #D2D2D2. Windows color (decimal): -1386878 or 8574698. OLE color: 8574698.

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

Color convert

RGB234214130-
CMYK00.090.440.08
HSL48.46º71.23%71.37%-
HSV(B)48.46º44.44%91.76%-
XYZ62.0167.230.82-
YUV210.482.63144.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.48%
GREEN value IS 214 (83.98% from 255) = 37.02%
BLUE value IS 130 (51.17% from 255) = 22.49%
R=40.48%
G=37.02%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421413000.090.440.0848.4671.2371.37
HexEAD682092C8304747
Octal352326202011541060107107
Binary11101010110101101000001001001101100100011000010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD682; }

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

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

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

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

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

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

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

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