#E2E471

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

Shades of Goldenrod #E2E471

Tints of Goldenrod #E2E471

Color information

#E2E471 (or 0xE2E471) is unknown color: approx Goldenrod. HEX triplet: E2, E4 and 71. RGB value is (226,228,113). Sum of RGB (Red+Green+Blue) = 226+228+113=567 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.86% from 567); Green value is 228 (89.45% from 255 or 40.21% from 567); Blue value is 113 (44.53% from 255 or 19.93% from 567); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E471 is #1D1B8E. Grayscale: #D6D6D6. Windows color (decimal): -1907599 or 7464162. OLE color: 7464162.

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

Color convert

RGB226228113-
CMYK0.0100.500.11
HSL61.04º68.05%66.86%-
HSV(B)61.04º50.44%89.41%-
XYZ62.0972.8526.41-
YUV214.2970.84136.35-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.86%
GREEN value IS 228 (89.45% from 255) = 40.21%
BLUE value IS 113 (44.53% from 255) = 19.93%
R=39.86%
G=40.21%
B=19.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262281130.0100.500.1161.0468.0566.86
HexE2E4711032B3d4443
Octal34234416110621375104103
Binary1110001011100100111000110110010101111110110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E471; }

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

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

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

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

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

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

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

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