#e1e071

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

Shades of Goldenrod #E1E071

Tints of Goldenrod #E1E071

Color information

#E1E071 (or 0xE1E071) is unknown color: approx Goldenrod. HEX triplet: E1, E0 and 71. RGB value is (225,224,113). Sum of RGB (Red+Green+Blue) = 225+224+113=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 224 (87.89% from 255 or 39.86% from 562); Blue value is 113 (44.53% from 255 or 20.11% from 562); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1E071 is #1E1F8E. Grayscale: #D4D4D4. Windows color (decimal): -1974159 or 7463137. OLE color: 7463137.

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

Color convert

RGB225224113-
CMYK00.000.500.12
HSL59.46º65.12%66.27%-
HSV(B)59.46º49.78%88.24%-
XYZ60.6970.5126.03-
YUV211.6472.33137.53-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.04%
GREEN value IS 224 (87.89% from 255) = 39.86%
BLUE value IS 113 (44.53% from 255) = 20.11%
R=40.04%
G=39.86%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522411300.000.500.1259.4665.1266.27
HexE1E0710032C3b4142
Octal34134016100621473101102
Binary1110000111100000111000100110010110011101110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1e071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1e071; }

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

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

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

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

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

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

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

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