#E7DC84

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

Shades of Light Goldenrod #E7DC84

Tints of Light Goldenrod #E7DC84

Color information

#E7DC84 (or 0xE7DC84) is unknown color: approx Light Goldenrod. HEX triplet: E7, DC and 84. RGB value is (231,220,132). Sum of RGB (Red+Green+Blue) = 231+220+132=583 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.62% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 132 (51.95% from 255 or 22.64% from 583); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DC84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DC84 is #18237B. Grayscale: #D5D5D5. Windows color (decimal): -1581948 or 8707303. OLE color: 8707303.

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

Color convert

RGB231220132-
CMYK00.050.430.09
HSL53.33º67.35%71.18%-
HSV(B)53.33º42.86%90.59%-
XYZ62.7169.8432.01-
YUV213.2682.14140.66-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.62%
GREEN value IS 220 (86.33% from 255) = 37.74%
BLUE value IS 132 (51.95% from 255) = 22.64%
R=39.62%
G=37.74%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122013200.050.430.0953.3367.3571.18
HexE7DC84052B9354347
Octal34733420405531165103107
Binary1110011111011100100001000101101011100111010110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DC84; }

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

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

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

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

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

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

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

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