#E1DC73

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

Shades of Goldenrod #E1DC73

Tints of Goldenrod #E1DC73

Color information

#E1DC73 (or 0xE1DC73) is unknown color: approx Goldenrod. HEX triplet: E1, DC and 73. RGB value is (225,220,115). Sum of RGB (Red+Green+Blue) = 225+220+115=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 115 (45.31% from 255 or 20.54% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DC73 is #1E238C. Grayscale: #D1D1D1. Windows color (decimal): -1975181 or 7593185. OLE color: 7593185.

HSL color Cylindrical-coordinate representation of color #E1DC73: hue angle of 57.27º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E1DC73 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB225220115-
CMYK00.020.490.12
HSL57.27º64.71%66.67%-
HSV(B)57.27º48.89%88.24%-
XYZ59.7468.4326.28-
YUV209.5274.66139.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.18%
GREEN value IS 220 (86.33% from 255) = 39.29%
BLUE value IS 115 (45.31% from 255) = 20.54%
R=40.18%
G=39.29%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522011500.020.490.1257.2764.7166.67
HexE1DC730231C394143
Octal34133416302611471101103
Binary11100001110111001110011010110001110011100110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DC73; }

 p { color: rgb(225,220,115); }

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

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

 a { background-color: rgb(225,220,115); }

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

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

 span { border-color: rgb(225,220,115); }

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