#E7DC80

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

Shades of Light Goldenrod #E7DC80

Tints of Light Goldenrod #E7DC80

Color information

#E7DC80 (or 0xE7DC80) is unknown color: approx Light Goldenrod. HEX triplet: E7, DC and 80. RGB value is (231,220,128). Sum of RGB (Red+Green+Blue) = 231+220+128=579 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.90% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 128 (50.39% from 255 or 22.11% from 579); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DC80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DC80 is #18237F. Grayscale: #D5D5D5. Windows color (decimal): -1581952 or 8445159. OLE color: 8445159.

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

Color convert

RGB231220128-
CMYK00.050.450.09
HSL53.59º68.21%70.39%-
HSV(B)53.59º44.59%90.59%-
XYZ62.4469.7330.59-
YUV212.880.14140.98-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.90%
GREEN value IS 220 (86.33% from 255) = 38.00%
BLUE value IS 128 (50.39% from 255) = 22.11%
R=39.90%
G=38.00%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122012800.050.450.0953.5968.2170.39
HexE7DC80052D9364446
Octal34733420005551166104106
Binary1110011111011100100000000101101101100111011010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DC80; }

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

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

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

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

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

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

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

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