#E1E078

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

Shades of Goldenrod #E1E078

Tints of Goldenrod #E1E078

Color information

#E1E078 (or 0xE1E078) is unknown color: approx Goldenrod. HEX triplet: E1, E0 and 78. RGB value is (225,224,120). Sum of RGB (Red+Green+Blue) = 225+224+120=569 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.54% from 569); Green value is 224 (87.89% from 255 or 39.37% from 569); Blue value is 120 (47.27% from 255 or 21.09% from 569); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1E078 is #1E1F87. Grayscale: #D4D4D4. Windows color (decimal): -1974152 or 7921889. OLE color: 7921889.

HSL color Cylindrical-coordinate representation of color #E1E078: hue angle of 59.43º 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 #E1E078 is Cyan = 0, Magento = 0.00, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB225224120-
CMYK00.000.470.12
HSL59.43º63.64%67.65%-
HSV(B)59.43º46.67%88.24%-
XYZ61.170.6728.19-
YUV212.4475.83136.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.54%
GREEN value IS 224 (87.89% from 255) = 39.37%
BLUE value IS 120 (47.27% from 255) = 21.09%
R=39.54%
G=39.37%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522412000.000.470.1259.4363.6467.65
HexE1E078002FC3b4044
Octal34134017000571473100104
Binary1110000111100000111100000101111110011101110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E078; }

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

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

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

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

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

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

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

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