#EAD47E

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

Shades of Flax #EAD47E

Tints of Flax #EAD47E

Color information

#EAD47E (or 0xEAD47E) is unknown color: approx Flax. HEX triplet: EA, D4 and 7E. RGB value is (234,212,126). Sum of RGB (Red+Green+Blue) = 234+212+126=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 212 (83.20% from 255 or 37.06% from 572); Blue value is 126 (49.61% from 255 or 22.03% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD47E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD47E is #152B81. Grayscale: #D1D1D1. Windows color (decimal): -1387394 or 8312042. OLE color: 8312042.

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

Color convert

RGB234212126-
CMYK00.090.460.08
HSL47.78º72%70.59%-
HSV(B)47.78º46.15%91.76%-
XYZ61.2466.0929.27-
YUV208.7781.29145.99-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.91%
GREEN value IS 212 (83.20% from 255) = 37.06%
BLUE value IS 126 (49.61% from 255) = 22.03%
R=40.91%
G=37.06%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421212600.090.460.0847.787270.59
HexEAD47E092E8304847
Octal352324176011561060110107
Binary1110101011010100111111001001101110100011000010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD47E; }

 p { color: rgb(234,212,126); }

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

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

 a { background-color: rgb(234,212,126); }

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

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

 span { border-color: rgb(234,212,126); }

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