#E7D380

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

Shades of Flax #E7D380

Tints of Flax #E7D380

Color information

#E7D380 (or 0xE7D380) is unknown color: approx Flax. HEX triplet: E7, D3 and 80. RGB value is (231,211,128). Sum of RGB (Red+Green+Blue) = 231+211+128=570 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.53% from 570); Green value is 211 (82.81% from 255 or 37.02% from 570); Blue value is 128 (50.39% from 255 or 22.46% from 570); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D380 is #182C7F. Grayscale: #CFCFCF. Windows color (decimal): -1584256 or 8442855. OLE color: 8442855.

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

Color convert

RGB231211128-
CMYK00.090.450.09
HSL48.35º68.21%70.39%-
HSV(B)48.35º44.59%90.59%-
XYZ60.1565.1429.82-
YUV207.5283.13144.75-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.53%
GREEN value IS 211 (82.81% from 255) = 37.02%
BLUE value IS 128 (50.39% from 255) = 22.46%
R=40.53%
G=37.02%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121112800.090.450.0948.3568.2170.39
HexE7D380092D9304446
Octal347323200011551160104106
Binary11100111110100111000000001001101101100111000010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D380; }

 p { color: rgb(231,211,128); }

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

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

 a { background-color: rgb(231,211,128); }

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

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

 span { border-color: rgb(231,211,128); }

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