#E2E475

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

Shades of Goldenrod #E2E475

Tints of Goldenrod #E2E475

Color information

#E2E475 (or 0xE2E475) is unknown color: approx Goldenrod. HEX triplet: E2, E4 and 75. RGB value is (226,228,117). Sum of RGB (Red+Green+Blue) = 226+228+117=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 228 (89.45% from 255 or 39.93% from 571); Blue value is 117 (46.09% from 255 or 20.49% from 571); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E475 is #1D1B8A. Grayscale: #D7D7D7. Windows color (decimal): -1907595 or 7726306. OLE color: 7726306.

HSL color Cylindrical-coordinate representation of color #E2E475: hue angle of 61.08º 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 #E2E475 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB226228117-
CMYK0.0100.490.11
HSL61.08º67.27%67.65%-
HSV(B)61.08º48.68%89.41%-
XYZ62.3272.9427.62-
YUV214.7572.84136.03-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.58%
GREEN value IS 228 (89.45% from 255) = 39.93%
BLUE value IS 117 (46.09% from 255) = 20.49%
R=39.58%
G=39.93%
B=20.49%

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
Decimal2262281170.0100.490.1161.0867.2767.65
HexE2E4751031B3d4344
Octal34234416510611375103104
Binary1110001011100100111010110110001101111110110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E475; }

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

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

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

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

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

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

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

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