Html Css Color HEX #EFD177 Golden Glow

📋 copy color: '#EFD177'

red 239 ◦ green 209 ◦ blue 119

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

Shades of Golden Glow #EFD177

Tints of Golden Glow #EFD177

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.86%

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

R = 42.15%
G = 36.86%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EFD177 (or 0xEFD177) is known color: Golden Glow. HEX triplet: EF, D1 and 77. RGB value is (239,209,119). Sum of RGB (Red+Green+Blue) = 239+209+119=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 209 (82.03% from 255 or 36.86% from 567); Blue value is 119 (46.88% from 255 or 20.99% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD177 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD177 is #102E88. Grayscale: #D0D0D0. Windows color (decimal): -1060489 or 7852527. OLE color: 7852527.

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

Color convert

RGB 239 209 119 -
CMYK 0 0.13 0.50 0.06
HSL 45º 0.79% 0.7% -
HSV(B) 45º 0.5% 0.94% -
XYZ 61.73 65.28 26.8 -
YUV 207.71 77.94 150.32 -
System Red Green Blue C M Y K H S L
Decimal 239 209 119 0 0.13 0.50 0.06 45 0.79 0.7
Hex EF D1 77 0 D 32 6 2D 4F 46
Octal 357 321 167 0 15 62 6 55 117 106
Binary 11101111 11010001 1110111 0 1101 110010 110 101101 1001111 1000110

Color Harmonies of #EFD177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD177

Black with #EFD177

Text Example


Text Example

White with #EFD177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD177; }

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

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

background-color css

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

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

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

border-color css

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

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

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