#E7D486

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

Shades of Flax #E7D486

Tints of Flax #E7D486

Color information

#E7D486 (or 0xE7D486) is unknown color: approx Flax. HEX triplet: E7, D4 and 86. RGB value is (231,212,134). Sum of RGB (Red+Green+Blue) = 231+212+134=577 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.03% from 577); Green value is 212 (83.20% from 255 or 36.74% from 577); Blue value is 134 (52.73% from 255 or 23.22% from 577); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D486 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D486 is #182B79. Grayscale: #D1D1D1. Windows color (decimal): -1583994 or 8836327. OLE color: 8836327.

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

Color convert

RGB231212134-
CMYK00.080.420.09
HSL48.25º66.9%71.57%-
HSV(B)48.25º41.99%90.59%-
XYZ60.865.832.05-
YUV208.7985.79143.84-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.03%
GREEN value IS 212 (83.20% from 255) = 36.74%
BLUE value IS 134 (52.73% from 255) = 23.22%
R=40.03%
G=36.74%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121213400.080.420.0948.2566.971.57
HexE7D486082A9304348
Octal347324206010521160103110
Binary11100111110101001000011001000101010100111000010000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D486; }

 p { color: rgb(231,212,134); }

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

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

 a { background-color: rgb(231,212,134); }

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

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

 span { border-color: rgb(231,212,134); }

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