#EFD476

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

Shades of Golden Glow #EFD476

Tints of Golden Glow #EFD476

Color information

#EFD476 (or 0xEFD476) is unknown color: approx Golden Glow. HEX triplet: EF, D4 and 76. RGB value is (239,212,118). Sum of RGB (Red+Green+Blue) = 239+212+118=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 212 (83.20% from 255 or 37.26% from 569); Blue value is 118 (46.48% from 255 or 20.74% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD476 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD476 is #102B89. Grayscale: #D1D1D1. Windows color (decimal): -1059722 or 7787759. OLE color: 7787759.

HSL color Cylindrical-coordinate representation of color #EFD476: hue angle of 46.61º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFD476 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB239212118-
CMYK00.110.510.06
HSL46.61º79.08%70%-
HSV(B)46.61º50.63%93.73%-
XYZ62.4166.7526.73-
YUV209.3676.45149.14-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.00%
GREEN value IS 212 (83.20% from 255) = 37.26%
BLUE value IS 118 (46.48% from 255) = 20.74%
R=42.00%
G=37.26%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921211800.110.510.0646.6179.0870
HexEFD4760B3362f4f46
Octal35732416601363657117106
Binary111011111101010011101100101111001111010111110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD476; }

 p { color: rgb(239,212,118); }

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

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

 a { background-color: rgb(239,212,118); }

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

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

 span { border-color: rgb(239,212,118); }

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