#ead97a

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

Shades of Flax #EAD97A

Tints of Flax #EAD97A

Color information

#EAD97A (or 0xEAD97A) is unknown color: approx Flax. HEX triplet: EA, D9 and 7A. RGB value is (234,217,122). Sum of RGB (Red+Green+Blue) = 234+217+122=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 217 (85.16% from 255 or 37.87% from 573); Blue value is 122 (48.05% from 255 or 21.29% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD97A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD97A is #152685. Grayscale: #D3D3D3. Windows color (decimal): -1386118 or 8051178. OLE color: 8051178.

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

Color convert

RGB234217122-
CMYK00.070.480.08
HSL50.89º72.73%69.8%-
HSV(B)50.89º47.86%91.76%-
XYZ62.2668.5228.36-
YUV211.2577.63144.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.84%
GREEN value IS 217 (85.16% from 255) = 37.87%
BLUE value IS 122 (48.05% from 255) = 21.29%
R=40.84%
G=37.87%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421712200.070.480.0850.8972.7369.8
HexEAD97A07308334946
Octal35233117207601063111106
Binary111010101101100111110100111110000100011001110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ead97a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ead97a; }

 p { color: rgb(234,217,122); }

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

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

 a { background-color: rgb(234,217,122); }

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

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

 span { border-color: rgb(234,217,122); }

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