#E8D582

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

Shades of Flax #E8D582

Tints of Flax #E8D582

Color information

#E8D582 (or 0xE8D582) is unknown color: approx Flax. HEX triplet: E8, D5 and 82. RGB value is (232,213,130). Sum of RGB (Red+Green+Blue) = 232+213+130=575 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.35% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 130 (51.17% from 255 or 22.61% from 575); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D582 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D582 is #172A7D. Grayscale: #D1D1D1. Windows color (decimal): -1518206 or 8574440. OLE color: 8574440.

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

Color convert

RGB232213130-
CMYK00.080.440.09
HSL48.82º68.92%70.98%-
HSV(B)48.82º43.97%90.98%-
XYZ61.166.3630.71-
YUV209.2283.29144.25-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.35%
GREEN value IS 213 (83.59% from 255) = 37.04%
BLUE value IS 130 (51.17% from 255) = 22.61%
R=40.35%
G=37.04%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221313000.080.440.0948.8268.9270.98
HexE8D582082C9314547
Octal350325202010541161105107
Binary11101000110101011000001001000101100100111000110001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D582; }

 p { color: rgb(232,213,130); }

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

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

 a { background-color: rgb(232,213,130); }

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

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

 span { border-color: rgb(232,213,130); }

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