#E2E078

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

Shades of Goldenrod #E2E078

Tints of Goldenrod #E2E078

Color information

#E2E078 (or 0xE2E078) is unknown color: approx Goldenrod. HEX triplet: E2, E0 and 78. RGB value is (226,224,120). Sum of RGB (Red+Green+Blue) = 226+224+120=570 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.65% from 570); Green value is 224 (87.89% from 255 or 39.30% from 570); Blue value is 120 (47.27% from 255 or 21.05% from 570); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E078 is #1D1F87. Grayscale: #D5D5D5. Windows color (decimal): -1908616 or 7921890. OLE color: 7921890.

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

Color convert

RGB226224120-
CMYK00.010.470.11
HSL58.87º64.63%67.84%-
HSV(B)58.87º46.9%88.63%-
XYZ61.4170.8428.21-
YUV212.7475.66137.46-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.65%
GREEN value IS 224 (87.89% from 255) = 39.30%
BLUE value IS 120 (47.27% from 255) = 21.05%
R=39.65%
G=39.30%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622412000.010.470.1158.8764.6367.84
HexE2E078012FB3b4144
Octal34234017001571373101104
Binary1110001011100000111100001101111101111101110000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E078; }

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

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

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

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

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

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

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

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