#E8DC7F

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

Shades of Light Goldenrod #E8DC7F

Tints of Light Goldenrod #E8DC7F

Color information

#E8DC7F (or 0xE8DC7F) is unknown color: approx Light Goldenrod. HEX triplet: E8, DC and 7F. RGB value is (232,220,127). Sum of RGB (Red+Green+Blue) = 232+220+127=579 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.07% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 127 (50% from 255 or 21.93% from 579); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DC7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8DC7F is #172380. Grayscale: #D5D5D5. Windows color (decimal): -1516417 or 8379624. OLE color: 8379624.

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

Color convert

RGB232220127-
CMYK00.050.450.09
HSL53.14º69.54%70.39%-
HSV(B)53.14º45.26%90.98%-
XYZ62.769.8730.26-
YUV212.9979.48141.56-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.07%
GREEN value IS 220 (86.33% from 255) = 38.00%
BLUE value IS 127 (50% from 255) = 21.93%
R=40.07%
G=38.00%
B=21.93%

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
Decimal23222012700.050.450.0953.1469.5470.39
HexE8DC7F052D9354646
Octal35033417705551165106106
Binary111010001101110011111110101101101100111010110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DC7F; }

 p { color: rgb(232,220,127); }

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

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

 a { background-color: rgb(232,220,127); }

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

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

 span { border-color: rgb(232,220,127); }

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