#E2E171

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

Shades of Goldenrod #E2E171

Tints of Goldenrod #E2E171

Color information

#E2E171 (or 0xE2E171) is unknown color: approx Goldenrod. HEX triplet: E2, E1 and 71. RGB value is (226,225,113). Sum of RGB (Red+Green+Blue) = 226+225+113=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 225 (88.28% from 255 or 39.89% from 564); Blue value is 113 (44.53% from 255 or 20.04% from 564); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E171 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E171 is #1D1E8E. Grayscale: #D4D4D4. Windows color (decimal): -1908367 or 7463394. OLE color: 7463394.

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

Color convert

RGB226225113-
CMYK00.000.50.11
HSL59.47º66.08%66.47%-
HSV(B)59.47º50%88.63%-
XYZ61.2771.2126.14-
YUV212.5371.83137.61-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.07%
GREEN value IS 225 (88.28% from 255) = 39.89%
BLUE value IS 113 (44.53% from 255) = 20.04%
R=40.07%
G=39.89%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.5
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622511300.000.50.1159.4766.0866.47
HexE2E1710032B3b4242
Octal34234116100621373102102
Binary1110001011100001111000100110010101111101110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E171; }

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

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

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

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

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

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

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

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