#E1E076

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

Shades of Goldenrod #E1E076

Tints of Goldenrod #E1E076

Color information

#E1E076 (or 0xE1E076) is unknown color: approx Goldenrod. HEX triplet: E1, E0 and 76. RGB value is (225,224,118). Sum of RGB (Red+Green+Blue) = 225+224+118=567 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.68% from 567); Green value is 224 (87.89% from 255 or 39.51% from 567); Blue value is 118 (46.48% from 255 or 20.81% from 567); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1E076 is #1E1F89. Grayscale: #D4D4D4. Windows color (decimal): -1974154 or 7790817. OLE color: 7790817.

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

Color convert

RGB225224118-
CMYK00.000.480.12
HSL59.44º64.07%67.25%-
HSV(B)59.44º47.56%88.24%-
XYZ60.9870.6327.56-
YUV212.2174.83137.12-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.68%
GREEN value IS 224 (87.89% from 255) = 39.51%
BLUE value IS 118 (46.48% from 255) = 20.81%
R=39.68%
G=39.51%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522411800.000.480.1259.4464.0767.25
HexE1E0760030C3b4043
Octal34134016600601473100103
Binary1110000111100000111011000110000110011101110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E076; }

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

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

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

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

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

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

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

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