#E7D782

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

Shades of Flax #E7D782

Tints of Flax #E7D782

Color information

#E7D782 (or 0xE7D782) is unknown color: approx Flax. HEX triplet: E7, D7 and 82. RGB value is (231,215,130). Sum of RGB (Red+Green+Blue) = 231+215+130=576 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.10% from 576); Green value is 215 (84.38% from 255 or 37.33% from 576); Blue value is 130 (51.17% from 255 or 22.57% from 576); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D782 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D782 is #18287D. Grayscale: #D2D2D2. Windows color (decimal): -1583230 or 8574951. OLE color: 8574951.

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

Color convert

RGB231215130-
CMYK00.070.440.09
HSL50.5º67.79%70.78%-
HSV(B)50.5º43.72%90.59%-
XYZ61.2867.230.86-
YUV210.0982.8142.91-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.10%
GREEN value IS 215 (84.38% from 255) = 37.33%
BLUE value IS 130 (51.17% from 255) = 22.57%
R=40.10%
G=37.33%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121513000.070.440.0950.567.7970.78
HexE7D782072C9324447
Octal34732720207541162104107
Binary1110011111010111100000100111101100100111001010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D782; }

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

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

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

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

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

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

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

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