#E0E476

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

Shades of Goldenrod #E0E476

Tints of Goldenrod #E0E476

Color information

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

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

Color convert

RGB224228118-
CMYK0.0200.480.11
HSL62.18º67.07%67.84%-
HSV(B)62.18º48.25%89.41%-
XYZ61.7572.6427.91-
YUV214.2673.67134.94-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2242281180.0200.480.1162.1867.0767.84
HexE0E4762030B3e4344
Octal34034416620601376103104
Binary11100000111001001110110100110000101111111010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E476; }

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

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

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

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

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

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

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

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