#E1DE78

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

Shades of Goldenrod #E1DE78

Tints of Goldenrod #E1DE78

Color information

#E1DE78 (or 0xE1DE78) is unknown color: approx Goldenrod. HEX triplet: E1, DE and 78. RGB value is (225,222,120). Sum of RGB (Red+Green+Blue) = 225+222+120=567 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.68% from 567); Green value is 222 (87.11% from 255 or 39.15% from 567); Blue value is 120 (47.27% from 255 or 21.16% from 567); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DE78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DE78 is #1E2187. Grayscale: #D3D3D3. Windows color (decimal): -1974664 or 7921377. OLE color: 7921377.

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

Color convert

RGB225222120-
CMYK00.010.470.12
HSL58.29º63.64%67.65%-
HSV(B)58.29º46.67%88.24%-
XYZ60.5669.6128.01-
YUV211.2776.49137.79-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.68%
GREEN value IS 222 (87.11% from 255) = 39.15%
BLUE value IS 120 (47.27% from 255) = 21.16%
R=39.68%
G=39.15%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522212000.010.470.1258.2963.6467.65
HexE1DE78012FC3a4044
Octal34133617001571472100104
Binary1110000111011110111100001101111110011101010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DE78; }

 p { color: rgb(225,222,120); }

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

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

 a { background-color: rgb(225,222,120); }

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

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

 span { border-color: rgb(225,222,120); }

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