#E1DA64

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

Shades of Goldenrod #E1DA64

Tints of Goldenrod #E1DA64

Color information

#E1DA64 (or 0xE1DA64) is unknown color: approx Goldenrod. HEX triplet: E1, DA and 64. RGB value is (225,218,100). Sum of RGB (Red+Green+Blue) = 225+218+100=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 100 (39.45% from 255 or 18.42% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DA64 is #1E259B. Grayscale: #CFCFCF. Windows color (decimal): -1975708 or 6609633. OLE color: 6609633.

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

Color convert

RGB225218100-
CMYK00.030.560.12
HSL56.64º67.57%63.73%-
HSV(B)56.64º55.56%88.24%-
XYZ58.4267.0721.92-
YUV206.6467.82141.09-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.44%
GREEN value IS 218 (85.55% from 255) = 40.15%
BLUE value IS 100 (39.45% from 255) = 18.42%
R=41.44%
G=40.15%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521810000.030.560.1256.6467.5763.73
HexE1DA640338C394440
Octal34133214403701471104100
Binary11100001110110101100100011111000110011100110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DA64; }

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

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

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

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

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

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

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

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