Html Css Color HEX #EFD477 Golden Glow

📋 copy color: '#EFD477'

red 239 ◦ green 212 ◦ blue 119

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

Shades of Golden Glow #EFD477

Tints of Golden Glow #EFD477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20.88%

R = 41.93%
G = 37.19%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EFD477 (or 0xEFD477) is known color: Golden Glow. HEX triplet: EF, D4 and 77. RGB value is (239,212,119). Sum of RGB (Red+Green+Blue) = 239+212+119=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 212 (83.20% from 255 or 37.19% from 570); Blue value is 119 (46.88% from 255 or 20.88% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD477 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD477 is #102B88. Grayscale: #D1D1D1. Windows color (decimal): -1059721 or 7853295. OLE color: 7853295.

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

Color convert

RGB 239 212 119 -
CMYK 0 0.11 0.50 0.06
HSL 46.5º 0.79% 0.7% -
HSV(B) 46.5º 0.5% 0.94% -
XYZ 62.47 66.77 27.05 -
YUV 209.47 76.95 149.06 -
System Red Green Blue C M Y K H S L
Decimal 239 212 119 0 0.11 0.50 0.06 46.5 0.79 0.7
Hex EF D4 77 0 B 32 6 2E 4F 46
Octal 357 324 167 0 13 62 6 56 117 106
Binary 11101111 11010100 1110111 0 1011 110010 110 101110 1001111 1000110

Color Harmonies of #EFD477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD477

Black with #EFD477

Text Example


Text Example

White with #EFD477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD477; }

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

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

background-color css

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

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

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

border-color css

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

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

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