#E1E475

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

Shades of Goldenrod #E1E475

Tints of Goldenrod #E1E475

Color information

#E1E475 (or 0xE1E475) is unknown color: approx Goldenrod. HEX triplet: E1, E4 and 75. RGB value is (225,228,117). Sum of RGB (Red+Green+Blue) = 225+228+117=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 228 (89.45% from 255 or 40% from 570); Blue value is 117 (46.09% from 255 or 20.53% from 570); Max value from RGB is 228 - color contains mainly: green. Hex color #E1E475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1E475 is #1E1B8A. Grayscale: #D6D6D6. Windows color (decimal): -1973131 or 7726305. OLE color: 7726305.

HSL color Cylindrical-coordinate representation of color #E1E475: hue angle of 61.62º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E1E475 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB225228117-
CMYK0.0100.490.11
HSL61.62º67.27%67.65%-
HSV(B)61.62º48.68%89.41%-
XYZ62.0172.7827.61-
YUV214.4573.01135.53-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.47%
GREEN value IS 228 (89.45% from 255) = 40%
BLUE value IS 117 (46.09% from 255) = 20.53%
R=39.47%
G=40%
B=20.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2252281170.0100.490.1161.6267.2767.65
HexE1E4751031B3e4344
Octal34134416510611376103104
Binary1110000111100100111010110110001101111111010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E475; }

 p { color: rgb(225,228,117); }

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

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

 a { background-color: rgb(225,228,117); }

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

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

 span { border-color: rgb(225,228,117); }

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