#EFD078

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

Shades of Golden Glow #EFD078

Tints of Golden Glow #EFD078

Color information

#EFD078 (or 0xEFD078) is unknown color: approx Golden Glow. HEX triplet: EF, D0 and 78. RGB value is (239,208,120). Sum of RGB (Red+Green+Blue) = 239+208+120=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 208 (81.64% from 255 or 36.68% from 567); Blue value is 120 (47.27% from 255 or 21.16% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD078 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD078 is #102F87. Grayscale: #CFCFCF. Windows color (decimal): -1060744 or 7917807. OLE color: 7917807.

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

Color convert

RGB239208120-
CMYK00.130.500.06
HSL44.37º78.81%70.39%-
HSV(B)44.37º49.79%93.73%-
XYZ61.5464.8227.04-
YUV207.2478.77150.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.15%
GREEN value IS 208 (81.64% from 255) = 36.68%
BLUE value IS 120 (47.27% from 255) = 21.16%
R=42.15%
G=36.68%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920812000.130.500.0644.3778.8170.39
HexEFD0780D3262c4f46
Octal35732017001562654117106
Binary111011111101000011110000110111001011010110010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD078; }

 p { color: rgb(239,208,120); }

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

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

 a { background-color: rgb(239,208,120); }

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

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

 span { border-color: rgb(239,208,120); }

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