#E2E071

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

Shades of Goldenrod #E2E071

Tints of Goldenrod #E2E071

Color information

#E2E071 (or 0xE2E071) is unknown color: approx Goldenrod. HEX triplet: E2, E0 and 71. RGB value is (226,224,113). Sum of RGB (Red+Green+Blue) = 226+224+113=563 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.14% from 563); Green value is 224 (87.89% from 255 or 39.79% from 563); Blue value is 113 (44.53% from 255 or 20.07% from 563); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E071 is #1D1F8E. Grayscale: #D4D4D4. Windows color (decimal): -1908623 or 7463138. OLE color: 7463138.

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

Color convert

RGB226224113-
CMYK00.010.50.11
HSL58.94º66.08%66.47%-
HSV(B)58.94º50%88.63%-
XYZ6170.6726.05-
YUV211.9472.16138.03-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.14%
GREEN value IS 224 (87.89% from 255) = 39.79%
BLUE value IS 113 (44.53% from 255) = 20.07%
R=40.14%
G=39.79%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.5
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622411300.010.50.1158.9466.0866.47
HexE2E0710132B3b4242
Octal34234016101621373102102
Binary1110001011100000111000101110010101111101110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E071; }

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

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

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

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

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

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

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

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