#E8DA80

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

Shades of Flax #E8DA80

Tints of Flax #E8DA80

Color information

#E8DA80 (or 0xE8DA80) is unknown color: approx Flax. HEX triplet: E8, DA and 80. RGB value is (232,218,128). Sum of RGB (Red+Green+Blue) = 232+218+128=578 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.14% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 128 (50.39% from 255 or 22.15% from 578); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DA80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DA80 is #17257F. Grayscale: #D4D4D4. Windows color (decimal): -1516928 or 8444648. OLE color: 8444648.

HSL color Cylindrical-coordinate representation of color #E8DA80: hue angle of 51.92º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E8DA80 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB232218128-
CMYK00.060.450.09
HSL51.92º69.33%70.59%-
HSV(B)51.92º44.83%90.98%-
XYZ62.2568.8630.43-
YUV211.9380.64142.32-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.14%
GREEN value IS 218 (85.55% from 255) = 37.72%
BLUE value IS 128 (50.39% from 255) = 22.15%
R=40.14%
G=37.72%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221812800.060.450.0951.9269.3370.59
HexE8DA80062D9344547
Octal35033220006551164105107
Binary1110100011011010100000000110101101100111010010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DA80; }

 p { color: rgb(232,218,128); }

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

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

 a { background-color: rgb(232,218,128); }

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

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

 span { border-color: rgb(232,218,128); }

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