#EAD98D

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

Shades of Flax #EAD98D

Tints of Flax #EAD98D

Color information

#EAD98D (or 0xEAD98D) is unknown color: approx Flax. HEX triplet: EA, D9 and 8D. RGB value is (234,217,141). Sum of RGB (Red+Green+Blue) = 234+217+141=592 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.53% from 592); Green value is 217 (85.16% from 255 or 36.66% from 592); Blue value is 141 (55.47% from 255 or 23.82% from 592); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD98D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD98D is #152672. Grayscale: #D5D5D5. Windows color (decimal): -1386099 or 9296362. OLE color: 9296362.

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

Color convert

RGB234217141-
CMYK00.070.400.08
HSL49.03º68.89%73.53%-
HSV(B)49.03º39.74%91.76%-
XYZ63.5569.0435.18-
YUV213.4287.13142.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.53%
GREEN value IS 217 (85.16% from 255) = 36.66%
BLUE value IS 141 (55.47% from 255) = 23.82%
R=39.53%
G=36.66%
B=23.82%

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
Decimal23421714100.070.400.0849.0368.8973.53
HexEAD98D0728831454a
Octal35233121507501061105112
Binary1110101011011001100011010111101000100011000110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD98D; }

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

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

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

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

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

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

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

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