#E7DC86

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

Shades of Light Goldenrod #E7DC86

Tints of Light Goldenrod #E7DC86

Color information

#E7DC86 (or 0xE7DC86) is unknown color: approx Light Goldenrod. HEX triplet: E7, DC and 86. RGB value is (231,220,134). Sum of RGB (Red+Green+Blue) = 231+220+134=585 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.49% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 134 (52.73% from 255 or 22.91% from 585); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DC86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DC86 is #182379. Grayscale: #D5D5D5. Windows color (decimal): -1581946 or 8838375. OLE color: 8838375.

HSL color Cylindrical-coordinate representation of color #E7DC86: hue angle of 53.2º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E7DC86 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB231220134-
CMYK00.050.420.09
HSL53.2º66.9%71.57%-
HSV(B)53.2º41.99%90.59%-
XYZ62.8569.932.73-
YUV213.4883.14140.49-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.49%
GREEN value IS 220 (86.33% from 255) = 37.61%
BLUE value IS 134 (52.73% from 255) = 22.91%
R=39.49%
G=37.61%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122013400.050.420.0953.266.971.57
HexE7DC86052A9354348
Octal34733420605521165103110
Binary1110011111011100100001100101101010100111010110000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DC86; }

 p { color: rgb(231,220,134); }

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

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

 a { background-color: rgb(231,220,134); }

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

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

 span { border-color: rgb(231,220,134); }

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