#EAD988

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

Shades of Flax #EAD988

Tints of Flax #EAD988

Color information

#EAD988 (or 0xEAD988) is unknown color: approx Flax. HEX triplet: EA, D9 and 88. RGB value is (234,217,136). Sum of RGB (Red+Green+Blue) = 234+217+136=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 217 (85.16% from 255 or 36.97% from 587); Blue value is 136 (53.52% from 255 or 23.17% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD988 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD988 is #152677. Grayscale: #D5D5D5. Windows color (decimal): -1386104 or 8968682. OLE color: 8968682.

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

Color convert

RGB234217136-
CMYK00.070.420.08
HSL49.59º70%72.55%-
HSV(B)49.59º41.88%91.76%-
XYZ63.1968.933.26-
YUV212.8584.63143.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.86%
GREEN value IS 217 (85.16% from 255) = 36.97%
BLUE value IS 136 (53.52% from 255) = 23.17%
R=39.86%
G=36.97%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421713600.070.420.0849.597072.55
HexEAD988072A8324649
Octal35233121007521062106111
Binary1110101011011001100010000111101010100011001010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD988; }

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

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

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

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

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

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

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

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