Html Css Color HEX #EFD478 Golden Glow

📋 copy color: '#EFD478'

red 239 ◦ green 212 ◦ blue 120

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

Shades of Golden Glow #EFD478

Tints of Golden Glow #EFD478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.02%

R = 41.86%
G = 37.13%
B = 21.02%

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

#EFD478 (or 0xEFD478) is known color: Golden Glow. HEX triplet: EF, D4 and 78. RGB value is (239,212,120). Sum of RGB (Red+Green+Blue) = 239+212+120=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 212 (83.20% from 255 or 37.13% from 571); Blue value is 120 (47.27% from 255 or 21.02% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD478 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD478 is #102B87. Grayscale: #D1D1D1. Windows color (decimal): -1059720 or 7918831. OLE color: 7918831.

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

Color convert

RGB 239 212 120 -
CMYK 0 0.11 0.50 0.06
HSL 46.39º 0.79% 0.7% -
HSV(B) 46.39º 0.5% 0.94% -
XYZ 62.53 66.79 27.37 -
YUV 209.59 77.45 148.98 -
System Red Green Blue C M Y K H S L
Decimal 239 212 120 0 0.11 0.50 0.06 46.39 0.79 0.7
Hex EF D4 78 0 B 32 6 2E 4F 46
Octal 357 324 170 0 13 62 6 56 117 106
Binary 11101111 11010100 1111000 0 1011 110010 110 101110 1001111 1000110

Color Harmonies of #EFD478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD478

Black with #EFD478

Text Example


Text Example

White with #EFD478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD478; }

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

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

background-color css

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

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

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

border-color css

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

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

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