#e7d785

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

Shades of Flax #E7D785

Tints of Flax #E7D785

Color information

#E7D785 (or 0xE7D785) is unknown color: approx Flax. HEX triplet: E7, D7 and 85. RGB value is (231,215,133). Sum of RGB (Red+Green+Blue) = 231+215+133=579 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.90% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 133 (52.34% from 255 or 22.97% from 579); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D785 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D785 is #18287A. Grayscale: #D2D2D2. Windows color (decimal): -1583227 or 8771559. OLE color: 8771559.

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

Color convert

RGB231215133-
CMYK00.070.420.09
HSL50.2º67.12%71.37%-
HSV(B)50.2º42.42%90.59%-
XYZ61.4967.2831.94-
YUV210.4484.3142.67-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.90%
GREEN value IS 215 (84.38% from 255) = 37.13%
BLUE value IS 133 (52.34% from 255) = 22.97%
R=39.90%
G=37.13%
B=22.97%

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
Decimal23121513300.070.420.0950.267.1271.37
HexE7D785072A9324347
Octal34732720507521162103107
Binary1110011111010111100001010111101010100111001010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e7d785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e7d785; }

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

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

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

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

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

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

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

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