#E7D47F

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

Shades of Flax #E7D47F

Tints of Flax #E7D47F

Color information

#E7D47F (or 0xE7D47F) is unknown color: approx Flax. HEX triplet: E7, D4 and 7F. RGB value is (231,212,127). Sum of RGB (Red+Green+Blue) = 231+212+127=570 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.53% from 570); Green value is 212 (83.20% from 255 or 37.19% from 570); Blue value is 127 (50% from 255 or 22.28% from 570); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D47F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D47F is #182B80. Grayscale: #D0D0D0. Windows color (decimal): -1584001 or 8377575. OLE color: 8377575.

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

Color convert

RGB231212127-
CMYK00.080.450.09
HSL49.04º68.42%70.2%-
HSV(B)49.04º45.02%90.59%-
XYZ60.3365.6129.56-
YUV207.9982.29144.41-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.53%
GREEN value IS 212 (83.20% from 255) = 37.19%
BLUE value IS 127 (50% from 255) = 22.28%
R=40.53%
G=37.19%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121212700.080.450.0949.0468.4270.2
HexE7D47F082D9314446
Octal347324177010551161104106
Binary1110011111010100111111101000101101100111000110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D47F; }

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

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

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

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

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

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

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

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