#E7DA7C

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

Shades of Light Goldenrod #E7DA7C

Tints of Light Goldenrod #E7DA7C

Color information

#E7DA7C (or 0xE7DA7C) is unknown color: approx Light Goldenrod. HEX triplet: E7, DA and 7C. RGB value is (231,218,124). Sum of RGB (Red+Green+Blue) = 231+218+124=573 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.31% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 124 (48.83% from 255 or 21.64% from 573); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DA7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DA7C is #182583. Grayscale: #D3D3D3. Windows color (decimal): -1582468 or 8182503. OLE color: 8182503.

HSL color Cylindrical-coordinate representation of color #E7DA7C: hue angle of 52.71º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E7DA7C is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB231218124-
CMYK00.060.460.09
HSL52.71º69.03%69.61%-
HSV(B)52.71º46.32%90.59%-
XYZ61.6668.5929.06-
YUV211.1778.81142.14-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.31%
GREEN value IS 218 (85.55% from 255) = 38.05%
BLUE value IS 124 (48.83% from 255) = 21.64%
R=40.31%
G=38.05%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121812400.060.460.0952.7169.0369.61
HexE7DA7C062E9354546
Octal34733217406561165105106
Binary111001111101101011111000110101110100111010110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DA7C; }

 p { color: rgb(231,218,124); }

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

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

 a { background-color: rgb(231,218,124); }

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

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

 span { border-color: rgb(231,218,124); }

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