#E4E076

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

Shades of Goldenrod #E4E076

Tints of Goldenrod #E4E076

Color information

#E4E076 (or 0xE4E076) is unknown color: approx Goldenrod. HEX triplet: E4, E0 and 76. RGB value is (228,224,118). Sum of RGB (Red+Green+Blue) = 228+224+118=570 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40% from 570); Green value is 224 (87.89% from 255 or 39.30% from 570); Blue value is 118 (46.48% from 255 or 20.70% from 570); Max value from RGB is 228 - color contains mainly: red. Hex color #E4E076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4E076 is #1B1F89. Grayscale: #D5D5D5. Windows color (decimal): -1777546 or 7790820. OLE color: 7790820.

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

Color convert

RGB228224118-
CMYK00.020.480.11
HSL57.82º67.07%67.84%-
HSV(B)57.82º48.25%89.41%-
XYZ61.9271.1127.6-
YUV213.1174.33138.62-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40%
GREEN value IS 224 (87.89% from 255) = 39.30%
BLUE value IS 118 (46.48% from 255) = 20.70%
R=40%
G=39.30%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22822411800.020.480.1157.8267.0767.84
HexE4E0760230B3a4344
Octal34434016602601372103104
Binary11100100111000001110110010110000101111101010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4E076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4E076; }

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

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

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

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

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

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

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

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