#E7DA7E

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

Shades of Light Goldenrod #E7DA7E

Tints of Light Goldenrod #E7DA7E

Color information

#E7DA7E (or 0xE7DA7E) is unknown color: approx Light Goldenrod. HEX triplet: E7, DA and 7E. RGB value is (231,218,126). Sum of RGB (Red+Green+Blue) = 231+218+126=575 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.17% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 126 (49.61% from 255 or 21.91% from 575); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DA7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DA7E is #182581. Grayscale: #D3D3D3. Windows color (decimal): -1582466 or 8313575. OLE color: 8313575.

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

Color convert

RGB231218126-
CMYK00.060.450.09
HSL52.57º68.63%70%-
HSV(B)52.57º45.45%90.59%-
XYZ61.7968.6429.73-
YUV211.479.81141.98-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.17%
GREEN value IS 218 (85.55% from 255) = 37.91%
BLUE value IS 126 (49.61% from 255) = 21.91%
R=40.17%
G=37.91%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121812600.060.450.0952.5768.6370
HexE7DA7E062D9354546
Octal34733217606551165105106
Binary111001111101101011111100110101101100111010110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DA7E; }

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

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

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

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

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

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

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

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