#E7D685

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

Shades of Flax #E7D685

Tints of Flax #E7D685

Color information

#E7D685 (or 0xE7D685) is unknown color: approx Flax. HEX triplet: E7, D6 and 85. RGB value is (231,214,133). Sum of RGB (Red+Green+Blue) = 231+214+133=578 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.97% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 133 (52.34% from 255 or 23.01% from 578); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D685 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D685 is #18297A. Grayscale: #D2D2D2. Windows color (decimal): -1583483 or 8771303. OLE color: 8771303.

HSL color Cylindrical-coordinate representation of color #E7D685: hue angle of 49.59º 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 #E7D685 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB231214133-
CMYK00.070.420.09
HSL49.59º67.12%71.37%-
HSV(B)49.59º42.42%90.59%-
XYZ61.2466.7831.85-
YUV209.8584.63143.09-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.97%
GREEN value IS 214 (83.98% from 255) = 37.02%
BLUE value IS 133 (52.34% from 255) = 23.01%
R=39.97%
G=37.02%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121413300.070.420.0949.5967.1271.37
HexE7D685072A9324347
Octal34732620507521162103107
Binary1110011111010110100001010111101010100111001010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D685; }

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

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

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

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

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

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

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

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