#E1DA72

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

Shades of Goldenrod #E1DA72

Tints of Goldenrod #E1DA72

Color information

#E1DA72 (or 0xE1DA72) is unknown color: approx Goldenrod. HEX triplet: E1, DA and 72. RGB value is (225,218,114). Sum of RGB (Red+Green+Blue) = 225+218+114=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 114 (44.92% from 255 or 20.47% from 557); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DA72 is #1E258D. Grayscale: #D0D0D0. Windows color (decimal): -1975694 or 7527137. OLE color: 7527137.

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

Color convert

RGB225218114-
CMYK00.030.490.12
HSL56.22º64.91%66.47%-
HSV(B)56.22º49.33%88.24%-
XYZ59.1667.3725.8-
YUV208.2474.82139.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.39%
GREEN value IS 218 (85.55% from 255) = 39.14%
BLUE value IS 114 (44.92% from 255) = 20.47%
R=40.39%
G=39.14%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521811400.030.490.1256.2264.9166.47
HexE1DA720331C384142
Octal34133216203611470101102
Binary11100001110110101110010011110001110011100010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DA72; }

 p { color: rgb(225,218,114); }

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

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

 a { background-color: rgb(225,218,114); }

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

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

 span { border-color: rgb(225,218,114); }

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