#E5D582

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

Shades of Flax #E5D582

Tints of Flax #E5D582

Color information

#E5D582 (or 0xE5D582) is unknown color: approx Flax. HEX triplet: E5, D5 and 82. RGB value is (229,213,130). Sum of RGB (Red+Green+Blue) = 229+213+130=572 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.03% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 130 (51.17% from 255 or 22.73% from 572); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D582 is #1A2A7D. Grayscale: #D0D0D0. Windows color (decimal): -1714814 or 8574437. OLE color: 8574437.

HSL color Cylindrical-coordinate representation of color #E5D582: hue angle of 50.3º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E5D582 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB229213130-
CMYK00.070.430.10
HSL50.3º65.56%70.39%-
HSV(B)50.3º43.23%89.8%-
XYZ60.1465.8630.66-
YUV208.3283.8142.75-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.03%
GREEN value IS 213 (83.59% from 255) = 37.24%
BLUE value IS 130 (51.17% from 255) = 22.73%
R=40.03%
G=37.24%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921313000.070.430.1050.365.5670.39
HexE5D582072BA324246
Octal34532520207531262102106
Binary1110010111010101100000100111101011101011001010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D582; }

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

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

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

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

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

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

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

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