Html Css Color HEX #EFD506 Gold

📋 copy color: '#EFD506'

red 239 ◦ green 213 ◦ blue 6

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

Shades of Gold #EFD506

Tints of Gold #EFD506

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.51%

 BLUE value IS 6 (2.73% from 255) = 1.31%

R = 52.18%
G = 46.51%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EFD506 (or 0xEFD506) is known color: Gold. HEX triplet: EF, D5 and 06. RGB value is (239,213,6). Sum of RGB (Red+Green+Blue) = 239+213+6=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 213 (83.59% from 255 or 46.51% from 458); Blue value is 6 (2.73% from 255 or 1.31% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD506 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD506 is #102AF9. Grayscale: #C6C6C6. Windows color (decimal): -1059578 or 447983. OLE color: 447983.

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

Color convert

RGB 239 213 6 -
CMYK 0 0.11 0.97 0.06
HSL 53.3º 0.95% 0.48% -
HSV(B) 53.3º 0.97% 0.94% -
XYZ 59.42 65.95 9.77 -
YUV 197.18 20.11 157.83 -
System Red Green Blue C M Y K H S L
Decimal 239 213 6 0 0.11 0.97 0.06 53.3 0.95 0.48
Hex EF D5 6 0 B 61 6 35 5F 30
Octal 357 325 6 0 13 141 6 65 137 60
Binary 11101111 11010101 110 0 1011 1100001 110 110101 1011111 110000

Color Harmonies of #EFD506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD506

Black with #EFD506

Text Example


Text Example

White with #EFD506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD506; }

 p { color: rgb(239,213,6); }

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

background-color css

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

 a { background-color: rgb(239,213,6); }

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

border-color css

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

 span { border-color: rgb(239,213,6); }

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