Html Css Color HEX #EFD079 Golden Glow

📋 copy color: '#EFD079'

red 239 ◦ green 208 ◦ blue 121

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

Shades of Golden Glow #EFD079

Tints of Golden Glow #EFD079

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.62%

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

R = 42.08%
G = 36.62%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EFD079 (or 0xEFD079) is known color: Golden Glow. HEX triplet: EF, D0 and 79. RGB value is (239,208,121). Sum of RGB (Red+Green+Blue) = 239+208+121=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 208 (81.64% from 255 or 36.62% from 568); Blue value is 121 (47.66% from 255 or 21.30% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD079 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD079 is #102F86. Grayscale: #CFCFCF. Windows color (decimal): -1060743 or 7983343. OLE color: 7983343.

HSL color Cylindrical-coordinate representation of color #EFD079: hue angle of 44.24º 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 #EFD079 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 208 121 -
CMYK 0 0.13 0.49 0.06
HSL 44.24º 0.79% 0.71% -
HSV(B) 44.24º 0.49% 0.94% -
XYZ 61.6 64.84 27.36 -
YUV 207.35 79.27 150.57 -
System Red Green Blue C M Y K H S L
Decimal 239 208 121 0 0.13 0.49 0.06 44.24 0.79 0.71
Hex EF D0 79 0 D 31 6 2C 4F 47
Octal 357 320 171 0 15 61 6 54 117 107
Binary 11101111 11010000 1111001 0 1101 110001 110 101100 1001111 1000111

Color Harmonies of #EFD079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD079

Black with #EFD079

Text Example


Text Example

White with #EFD079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD079; }

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

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

background-color css

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

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

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

border-color css

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

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

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