#EAD98B

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

Shades of Flax #EAD98B

Tints of Flax #EAD98B

Color information

#EAD98B (or 0xEAD98B) is unknown color: approx Flax. HEX triplet: EA, D9 and 8B. RGB value is (234,217,139). Sum of RGB (Red+Green+Blue) = 234+217+139=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 217 (85.16% from 255 or 36.78% from 590); Blue value is 139 (54.69% from 255 or 23.56% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD98B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD98B is #152674. Grayscale: #D5D5D5. Windows color (decimal): -1386101 or 9165290. OLE color: 9165290.

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

Color convert

RGB234217139-
CMYK00.070.410.08
HSL49.26º69.34%73.14%-
HSV(B)49.26º40.6%91.76%-
XYZ63.468.9834.4-
YUV213.1986.13142.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.66%
GREEN value IS 217 (85.16% from 255) = 36.78%
BLUE value IS 139 (54.69% from 255) = 23.56%
R=39.66%
G=36.78%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421713900.070.410.0849.2669.3473.14
HexEAD98B07298314549
Octal35233121307511061105111
Binary1110101011011001100010110111101001100011000110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD98B; }

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

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

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

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

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

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

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

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