#EAD98C

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

Shades of Flax #EAD98C

Tints of Flax #EAD98C

Color information

#EAD98C (or 0xEAD98C) is unknown color: approx Flax. HEX triplet: EA, D9 and 8C. RGB value is (234,217,140). Sum of RGB (Red+Green+Blue) = 234+217+140=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 217 (85.16% from 255 or 36.72% from 591); Blue value is 140 (55.08% from 255 or 23.69% from 591); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD98C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD98C is #152673. Grayscale: #D5D5D5. Windows color (decimal): -1386100 or 9230826. OLE color: 9230826.

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

Color convert

RGB234217140-
CMYK00.070.400.08
HSL49.15º69.12%73.33%-
HSV(B)49.15º40.17%91.76%-
XYZ63.4869.0134.79-
YUV213.386.63142.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.59%
GREEN value IS 217 (85.16% from 255) = 36.72%
BLUE value IS 140 (55.08% from 255) = 23.69%
R=39.59%
G=36.72%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421714000.070.400.0849.1569.1273.33
HexEAD98C07288314549
Octal35233121407501061105111
Binary1110101011011001100011000111101000100011000110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD98C; }

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

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

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

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

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

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

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

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