#E7DC7E

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

Shades of Light Goldenrod #E7DC7E

Tints of Light Goldenrod #E7DC7E

Color information

#E7DC7E (or 0xE7DC7E) is unknown color: approx Light Goldenrod. HEX triplet: E7, DC and 7E. RGB value is (231,220,126). Sum of RGB (Red+Green+Blue) = 231+220+126=577 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.03% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 126 (49.61% from 255 or 21.84% from 577); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DC7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DC7E is #182381. Grayscale: #D4D4D4. Windows color (decimal): -1581954 or 8314087. OLE color: 8314087.

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

Color convert

RGB231220126-
CMYK00.050.450.09
HSL53.71º68.63%70%-
HSV(B)53.71º45.45%90.59%-
XYZ62.3169.6829.9-
YUV212.5779.14141.14-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.03%
GREEN value IS 220 (86.33% from 255) = 38.13%
BLUE value IS 126 (49.61% from 255) = 21.84%
R=40.03%
G=38.13%
B=21.84%

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
Decimal23122012600.050.450.0953.7168.6370
HexE7DC7E052D9364546
Octal34733417605551166105106
Binary111001111101110011111100101101101100111011010001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DC7E; }

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

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

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

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

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

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

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

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