#E7D985

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

Shades of Flax #E7D985

Tints of Flax #E7D985

Color information

#E7D985 (or 0xE7D985) is unknown color: approx Flax. HEX triplet: E7, D9 and 85. RGB value is (231,217,133). Sum of RGB (Red+Green+Blue) = 231+217+133=581 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.76% from 581); Green value is 217 (85.16% from 255 or 37.35% from 581); Blue value is 133 (52.34% from 255 or 22.89% from 581); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D985 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D985 is #18267A. Grayscale: #D3D3D3. Windows color (decimal): -1582715 or 8772071. OLE color: 8772071.

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

Color convert

RGB231217133-
CMYK00.060.420.09
HSL51.43º67.12%71.37%-
HSV(B)51.43º42.42%90.59%-
XYZ6268.3132.11-
YUV211.6183.64141.83-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.76%
GREEN value IS 217 (85.16% from 255) = 37.35%
BLUE value IS 133 (52.34% from 255) = 22.89%
R=39.76%
G=37.35%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121713300.060.420.0951.4367.1271.37
HexE7D985062A9334347
Octal34733120506521163103107
Binary1110011111011001100001010110101010100111001110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D985; }

 p { color: rgb(231,217,133); }

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

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

 a { background-color: rgb(231,217,133); }

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

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

 span { border-color: rgb(231,217,133); }

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