Html Css Color HEX #EFD479 Golden Glow

📋 copy color: '#EFD479'

red 239 ◦ green 212 ◦ blue 121

#EFD479
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Glow #EFD479

Tints of Golden Glow #EFD479

RGB

 RED value IS 239 (93.75% from 255) = 41.78%

 GREEN value IS 212 (83.2% from 255) = 37.06%

 BLUE value IS 121 (47.66% from 255) = 21.15%

R = 41.78%
G = 37.06%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EFD479 (or 0xEFD479) is known color: Golden Glow. HEX triplet: EF, D4 and 79. RGB value is (239,212,121). Sum of RGB (Red+Green+Blue) = 239+212+121=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 212 (83.20% from 255 or 37.06% from 572); Blue value is 121 (47.66% from 255 or 21.15% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD479 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD479 is #102B86. Grayscale: #D2D2D2. Windows color (decimal): -1059719 or 7984367. OLE color: 7984367.

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

Color convert

RGB 239 212 121 -
CMYK 0 0.11 0.49 0.06
HSL 46.27º 0.79% 0.71% -
HSV(B) 46.27º 0.49% 0.94% -
XYZ 62.59 66.82 27.69 -
YUV 209.7 77.95 148.9 -
System Red Green Blue C M Y K H S L
Decimal 239 212 121 0 0.11 0.49 0.06 46.27 0.79 0.71
Hex EF D4 79 0 B 31 6 2E 4F 47
Octal 357 324 171 0 13 61 6 56 117 107
Binary 11101111 11010100 1111001 0 1011 110001 110 101110 1001111 1000111

Color Harmonies of #EFD479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD479

Black with #EFD479

Text Example


Text Example

White with #EFD479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD479; }

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

 H1.HeaderClassName
 {
   color: #EFD479;
 }
 .AnyTagClassName
 {
   color: #EFD479;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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