#E4E072

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

Shades of Goldenrod #E4E072

Tints of Goldenrod #E4E072

Color information

#E4E072 (or 0xE4E072) is unknown color: approx Goldenrod. HEX triplet: E4, E0 and 72. RGB value is (228,224,114). Sum of RGB (Red+Green+Blue) = 228+224+114=566 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.28% from 566); Green value is 224 (87.89% from 255 or 39.58% from 566); Blue value is 114 (44.92% from 255 or 20.14% from 566); Max value from RGB is 228 - color contains mainly: red. Hex color #E4E072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4E072 is #1B1F8D. Grayscale: #D5D5D5. Windows color (decimal): -1777550 or 7528676. OLE color: 7528676.

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

Color convert

RGB228224114-
CMYK00.020.500.11
HSL57.89º67.86%67.06%-
HSV(B)57.89º50%89.41%-
XYZ61.6971.0226.38-
YUV212.6672.33138.94-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.28%
GREEN value IS 224 (87.89% from 255) = 39.58%
BLUE value IS 114 (44.92% from 255) = 20.14%
R=40.28%
G=39.58%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22822411400.020.500.1157.8967.8667.06
HexE4E0720232B3a4443
Octal34434016202621372104103
Binary11100100111000001110010010110010101111101010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4E072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4E072; }

 p { color: rgb(228,224,114); }

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

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

 a { background-color: rgb(228,224,114); }

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

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

 span { border-color: rgb(228,224,114); }

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