#E7D485

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

Shades of Flax #E7D485

Tints of Flax #E7D485

Color information

#E7D485 (or 0xE7D485) is unknown color: approx Flax. HEX triplet: E7, D4 and 85. RGB value is (231,212,133). Sum of RGB (Red+Green+Blue) = 231+212+133=576 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.10% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 133 (52.34% from 255 or 23.09% from 576); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D485 is #182B7A. Grayscale: #D1D1D1. Windows color (decimal): -1583995 or 8770791. OLE color: 8770791.

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

Color convert

RGB231212133-
CMYK00.080.420.09
HSL48.37º67.12%71.37%-
HSV(B)48.37º42.42%90.59%-
XYZ60.7365.7731.68-
YUV208.6885.29143.92-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.10%
GREEN value IS 212 (83.20% from 255) = 36.81%
BLUE value IS 133 (52.34% from 255) = 23.09%
R=40.10%
G=36.81%
B=23.09%

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
Decimal23121213300.080.420.0948.3767.1271.37
HexE7D485082A9304347
Octal347324205010521160103107
Binary11100111110101001000010101000101010100111000010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D485; }

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

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

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

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

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

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

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

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