#EAD57E

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

Shades of Flax #EAD57E

Tints of Flax #EAD57E

Color information

#EAD57E (or 0xEAD57E) is unknown color: approx Flax. HEX triplet: EA, D5 and 7E. RGB value is (234,213,126). Sum of RGB (Red+Green+Blue) = 234+213+126=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 213 (83.59% from 255 or 37.17% from 573); Blue value is 126 (49.61% from 255 or 21.99% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD57E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD57E is #152A81. Grayscale: #D1D1D1. Windows color (decimal): -1387138 or 8312298. OLE color: 8312298.

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

Color convert

RGB234213126-
CMYK00.090.460.08
HSL48.33º72%70.59%-
HSV(B)48.33º46.15%91.76%-
XYZ61.4966.5929.35-
YUV209.3680.96145.57-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.84%
GREEN value IS 213 (83.59% from 255) = 37.17%
BLUE value IS 126 (49.61% from 255) = 21.99%
R=40.84%
G=37.17%
B=21.99%

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
Decimal23421312600.090.460.0848.337270.59
HexEAD57E092E8304847
Octal352325176011561060110107
Binary1110101011010101111111001001101110100011000010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD57E; }

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

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

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

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

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

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

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

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